NX Open C++ Reference Guide
|
Represents a Tool Path Split Builder
To create a new instance of this class, use CAM::CAMSetup::CreateToolPathSplitBuilder
Created in NX6.0.0.
More...
Public Types | |
enum | SplitTypes { SplitTypesByCollision, SplitTypesByTransfer } |
Divide type options. More... | |
enum | TransferTypes { TransferTypesDirect, TransferTypesClearance, TransferTypesLowestSafeZ } |
Transfer type options. More... | |
enum | TransferUsingMethods { TransferUsingMethodsNone, TransferUsingMethodsRampOnShape, TransferUsingMethodsLiftAndPlunge } |
Transfer using options. More... | |
Public Member Functions | |
void | SetSplitType (NXOpen::CAM::ToolPathSplitBuilder::SplitTypes splitTypeValue) |
Sets the type of split (by tranfer or collision) Created in NX6.0.0. | |
void | SetTransferHeight (double transferHeight) |
Sets the transfer height Created in NX6.0.0. | |
void | SetTransferType (NXOpen::CAM::ToolPathSplitBuilder::TransferTypes transferType) |
Sets the transfer type (direct, clearance, lowest safe z) Created in NX6.0.0. | |
void | SetTransferUsingMethod (NXOpen::CAM::ToolPathSplitBuilder::TransferUsingMethods transferUsingMethod) |
Sets the transfer using method (none, ramp on shape, lift and plunge) Created in NX6.0.0. | |
NXOpen::CAM::ToolPathSplitBuilder::SplitTypes | SplitType () |
Returns the type of split (by tranfer or collision) Created in NX6.0.0. | |
double | TransferHeight () |
Returns the transfer height Created in NX6.0.0. | |
NXOpen::CAM::ToolPathSplitBuilder::TransferTypes | TransferType () |
Returns the transfer type (direct, clearance, lowest safe z) Created in NX6.0.0. | |
NXOpen::CAM::ToolPathSplitBuilder::TransferUsingMethods | TransferUsingMethod () |
Returns the transfer using method (none, ramp on shape, lift and plunge) Created in NX6.0.0. |
Represents a Tool Path Split Builder
To create a new instance of this class, use CAM::CAMSetup::CreateToolPathSplitBuilder
Created in NX6.0.0.
void NXOpen::CAM::ToolPathSplitBuilder::SetSplitType | ( | NXOpen::CAM::ToolPathSplitBuilder::SplitTypes | splitTypeValue | ) |
Sets the type of split (by tranfer or collision)
Created in NX6.0.0.
License requirements : None
splitTypeValue | split type value |
void NXOpen::CAM::ToolPathSplitBuilder::SetTransferHeight | ( | double | transferHeight | ) |
Sets the transfer height
Created in NX6.0.0.
License requirements : None
transferHeight | transfer height |
void NXOpen::CAM::ToolPathSplitBuilder::SetTransferType | ( | NXOpen::CAM::ToolPathSplitBuilder::TransferTypes | transferType | ) |
Sets the transfer type (direct, clearance, lowest safe z)
Created in NX6.0.0.
License requirements : None
transferType | transfer type |
void NXOpen::CAM::ToolPathSplitBuilder::SetTransferUsingMethod | ( | NXOpen::CAM::ToolPathSplitBuilder::TransferUsingMethods | transferUsingMethod | ) |
Sets the transfer using method (none, ramp on shape, lift and plunge)
Created in NX6.0.0.
License requirements : None
transferUsingMethod | transfer using method |
Returns the type of split (by tranfer or collision)
Created in NX6.0.0.
License requirements : None
Returns the transfer height
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::ToolPathSplitBuilder::TransferTypes NXOpen::CAM::ToolPathSplitBuilder::TransferType | ( | ) |
Returns the transfer type (direct, clearance, lowest safe z)
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::ToolPathSplitBuilder::TransferUsingMethods NXOpen::CAM::ToolPathSplitBuilder::TransferUsingMethod | ( | ) |
Returns the transfer using method (none, ramp on shape, lift and plunge)
Created in NX6.0.0.
License requirements : None