NX Open C++ Reference Guide
|
Represents the Drive Chain Item Builder
This cannot be instantiated
Created in NX6.0.0.
More...
Public Member Functions | |
NXOpen::Section * | CurveItem () |
Returns the curve item Created in NX6.0.0. | |
NXOpen::CAM::InheritableFeedBuilder * | FeedCutBuilder () |
Returns the feed rate builder Created in NX6.0.0. | |
bool | FeedrateFlag () |
Returns the feed rate flag Created in NX6.0.0. | |
void | SetCurveItem (NXOpen::Section *section) |
Sets the curve item Created in NX6.0.0. | |
void | SetFeedCutBuilder (NXOpen::CAM::InheritableFeedBuilder *feedBuilder) |
Sets the feed rate builder Created in NX6.0.0. | |
void | SetFeedrateFlag (bool flag) |
Sets the feed rate flag Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the Drive Chain Item Builder
This cannot be instantiated
Created in NX6.0.0.
NXOpen::Section* NXOpen::CAM::DriveChainItemBuilder::CurveItem | ( | ) |
Returns the curve item
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
NXOpen::CAM::InheritableFeedBuilder* NXOpen::CAM::DriveChainItemBuilder::FeedCutBuilder | ( | ) |
Returns the feed rate builder
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
bool NXOpen::CAM::DriveChainItemBuilder::FeedrateFlag | ( | ) |
Returns the feed rate flag
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
void NXOpen::CAM::DriveChainItemBuilder::SetCurveItem | ( | NXOpen::Section * | section | ) |
Sets the curve item
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
section | the new value |
void NXOpen::CAM::DriveChainItemBuilder::SetFeedCutBuilder | ( | NXOpen::CAM::InheritableFeedBuilder * | feedBuilder | ) |
Sets the feed rate builder
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
feedBuilder | the current value |
void NXOpen::CAM::DriveChainItemBuilder::SetFeedrateFlag | ( | bool | flag | ) |
Sets the feed rate flag
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
flag | the toggle value of Custom Cut Feed Rate |