NX Open C++ Reference Guide
Public Member Functions
NXOpen::CAM::StockPerPassBuilder Class Reference

Represents a Builder which holds the data for a set of individual stock per pass. More...

Inheritance diagram for NXOpen::CAM::StockPerPassBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

void Add (int passAfter, double stock)
 Add a new item

void Delete (int pass)
 Delete a item

double GetStockOfPass (int passIndex)
 Get stock of the specific pass.
void Modify (int pass, double stock)
 Modify item
Created in NX6.0.0.
void MoveDown (int pass)
 Move down a item

void MoveUp (int pass)
 Move up a item

void SetToolDiameter (double diameter)
 Sets the Tool Diameter.
double ToolDiameter ()
 Returns the Tool Diameter.
void UpdateList (int roughPass, int finishPass)
 Update list dependent on rough and finish passes number.

Detailed Description

Represents a Builder which holds the data for a set of individual stock per pass.


This is an abstract class and cannot be instantiated.

Created in NX6.0.0.


Member Function Documentation

void NXOpen::CAM::StockPerPassBuilder::Add ( int  passAfter,
double  stock 
)

Add a new item

Deprecated:
Deprecated in NX7.5.0.



Created in NX6.0.0.

License requirements : cam_base ("CAM BASE")

Parameters:
passAfterthe pass which new pass will be added after
stockthe stock for new pass

Delete a item

Deprecated:
Deprecated in NX7.5.0.



Created in NX6.0.0.

License requirements : cam_base ("CAM BASE")

Parameters:
passthe pass to be deleted

Get stock of the specific pass.

Returns:
the stock of the pass
Created in NX7.5.3.

License requirements : cam_base ("CAM BASE")
Parameters:
passIndexpassindex
void NXOpen::CAM::StockPerPassBuilder::Modify ( int  pass,
double  stock 
)

Modify item
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters:
passthe pass on which stock will be modified
stockthe new value of stock

Move down a item

Deprecated:
Deprecated in NX7.5.0.



Created in NX6.0.0.

License requirements : cam_base ("CAM BASE")

Parameters:
passthe pass to be moved down

Move up a item

Deprecated:
Deprecated in NX7.5.0.



Created in NX6.0.0.

License requirements : cam_base ("CAM BASE")

Parameters:
passthe pass to be moved up

Sets the Tool Diameter.

It is used to validate data of list items and should be consistant with tool diameter of main object. i.e wedm operation. So when tool diameter of main object is changed, it should be updated immediately.
Created in NX7.5.0.

License requirements : cam_base ("CAM BASE")

Parameters:
diameterthe tool diameter

Returns the Tool Diameter.

It is used to validate data of list items and should be consistant with tool diameter of main object. i.e wedm operation. So when tool diameter of main object is changed, it should be updated immediately.
Created in NX7.5.0.

License requirements : cam_base ("CAM BASE")

void NXOpen::CAM::StockPerPassBuilder::UpdateList ( int  roughPass,
int  finishPass 
)

Update list dependent on rough and finish passes number.

Total pass number will be equal to (rough passes + finish passes -1), so this function should be invoked as rough/finish passes changing
Created in NX7.5.0.

License requirements : cam_base ("CAM BASE")

Parameters:
roughPassthe rough passes
finishPassthe finish passes

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.