NX Open C++ Reference Guide
|
Represents a CAM::NcmTransfer. More...
Public Types | |
enum | TransferTypes { TransferTypesClearance, TransferTypesPrevPlane, TransferTypesDirect, TransferTypesLowestSafeZ, TransferTypesBlankPlane, TransferTypesShortestToClearance, TransferTypesCutPlaneToClearance } |
Available types for transfer between regions in planar milling. More... | |
Public Member Functions | |
double | MaxToolAxisChange () |
Returns the max tool axis change Created in NX9.0.0. | |
NXOpen::CAM::InheritableToolDepBuilder * | SafeDistanceBuilder () |
Returns the transfer between regions safe distance builder (inheritable tool dep) Created in NX9.0.0. | |
void | SetMaxToolAxisChange (double newValue) |
Sets the max tool axis change Created in NX9.0.0. | |
void | SetType (NXOpen::CAM::NcmTransfer::TransferTypes transferType) |
Sets the transfer between levels type Created in NX9.0.0. | |
NXOpen::CAM::NcmTransfer::TransferTypes | Type () |
Returns the transfer between levels type Created in NX9.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::NcmTransfer.
Created in NX9.0.0.
Available types for transfer between regions in planar milling.
TransferTypesClearance |
tool axis to clearance |
TransferTypesPrevPlane |
previous plane |
TransferTypesDirect |
direct |
TransferTypesLowestSafeZ |
lowest safe z |
TransferTypesBlankPlane |
Blank Plane. |
TransferTypesShortestToClearance |
shortest to clearance |
TransferTypesCutPlaneToClearance |
cut plane to clearance |
double NXOpen::CAM::NcmTransfer::MaxToolAxisChange | ( | ) |
Returns the max tool axis change
Created in NX9.0.0.
License requirements : None
NXOpen::CAM::InheritableToolDepBuilder* NXOpen::CAM::NcmTransfer::SafeDistanceBuilder | ( | ) |
Returns the transfer between regions safe distance builder (inheritable tool dep)
Created in NX9.0.0.
License requirements : None
void NXOpen::CAM::NcmTransfer::SetMaxToolAxisChange | ( | double | newValue | ) |
Sets the max tool axis change
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
newValue | newvalue |
void NXOpen::CAM::NcmTransfer::SetType | ( | NXOpen::CAM::NcmTransfer::TransferTypes | transferType | ) |
Sets the transfer between levels type
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
transferType | transfertype |
NXOpen::CAM::NcmTransfer::TransferTypes NXOpen::CAM::NcmTransfer::Type | ( | ) |
Returns the transfer between levels type
Created in NX9.0.0.
License requirements : None