NX Open C++ Reference Guide
|
Represents a Blade Rough Drive Method Builder
This is an abstract superclass that has instantaible subclasses
Created in NX7.5.0.
More...
Public Types | |
enum | Type { TypeLeftOppositeRotaryaxis = 1, TypeCenterOppositeRotaryaxis, TypeRightOppositeRotaryaxis, TypeLeftAlongRotaryaxis, TypeCenterAlongRotaryaxis, TypeRightAlongRotaryaxis } |
Available types for Starting Cut. More... | |
Public Member Functions | |
NXOpen::CAM::BladeCutStart::Type | From () |
Returns the location of the cut start Created in NX7.5.0. | |
void | SetFrom (NXOpen::CAM::BladeCutStart::Type startFrom) |
Sets the location of the cut start Created in NX7.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Blade Rough Drive Method Builder
This is an abstract superclass that has instantaible subclasses
Created in NX7.5.0.
NXOpen::CAM::BladeCutStart::Type NXOpen::CAM::BladeCutStart::From | ( | ) |
Returns the location of the cut start
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::BladeCutStart::SetFrom | ( | NXOpen::CAM::BladeCutStart::Type | startFrom | ) |
Sets the location of the cut start
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
startFrom | location of the cut start |