NX Open C++ Reference Guide
|
Represents a CAM::MaxCutTraverse. More...
Public Types | |
enum | Types { TypesInactive, TypesDistance, TypesPercentToolDiameter } |
Available types for max cut traverse. More... | |
Public Member Functions | |
NXOpen::CAM::InheritableToolDepBuilder * | Distance () |
Returns the max cut traverse distance Created in NX6.0.0. | |
bool | FeedOnShortMoves () |
Returns the feed on short moves Created in NX6.0.0. | |
void | SetFeedOnShortMoves (bool propValue) |
Sets the feed on short moves Created in NX6.0.0. | |
void | SetType (NXOpen::CAM::MaxCutTraverse::Types type) |
Sets the max cut traverse type Created in NX6.0.0. | |
NXOpen::CAM::MaxCutTraverse::Types | Type () |
Returns the max cut traverse type Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAM::MaxCutTraverse.
Created in NX6.0.0.
NXOpen::CAM::InheritableToolDepBuilder* NXOpen::CAM::MaxCutTraverse::Distance | ( | ) |
Returns the max cut traverse distance
Created in NX6.0.0.
License requirements : None
bool NXOpen::CAM::MaxCutTraverse::FeedOnShortMoves | ( | ) |
Returns the feed on short moves
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::MaxCutTraverse::SetFeedOnShortMoves | ( | bool | propValue | ) |
Sets the feed on short moves
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
propValue | the max cut traverse status |
void NXOpen::CAM::MaxCutTraverse::SetType | ( | NXOpen::CAM::MaxCutTraverse::Types | type | ) |
Sets the max cut traverse type
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
type | type |
NXOpen::CAM::MaxCutTraverse::Types NXOpen::CAM::MaxCutTraverse::Type | ( | ) |
Returns the max cut traverse type
Created in NX6.0.0.
License requirements : None