NX Open C++ Reference Guide
|
Represents a NC group
To obtain an instance of this class use CAM::NCGroupCollection
Created in NX5.0.0.
More...
Represents a NC group
To obtain an instance of this class use CAM::NCGroupCollection
Created in NX5.0.0.
Tool subtypes.
Tool types.
Returns the CAMTrackPointCollection
Created in NX3.0.0.
NXOpen::CAM::GenericTrackingBuilder* NXOpen::CAM::Tool::CreateGenericTrackingBuilder | ( | NXOpen::CAM::SolidTrackPoint * | csoObject | ) |
Creates a Generic Trackpoint builder.
csoObject | solid tracking point to be edited |
NXOpen::CAM::ProbeTrackingBuilder* NXOpen::CAM::Tool::CreateProbeTrackingBuilder | ( | NXOpen::CAM::ProbeTrackPoint * | csoObject | ) |
Creates a Probe Trackpoint builder.
csoObject | probe tracking point to be edited |
NXOpen::CAM::SolidTrackingBuilder* NXOpen::CAM::Tool::CreateSolidTrackingBuilder | ( | NXOpen::CAM::SolidTrackPoint * | csoObject | ) |
Creates a Solid Trackpoint builder.
csoObject | solid tracking point to be edited |
void NXOpen::CAM::Tool::GetTypeAndSubtype | ( | NXOpen::CAM::Tool::Types * | type, |
NXOpen::CAM::Tool::Subtypes * | subtype | ||
) |
Get cutter type and subtype
Created in NX7.5.0.
License requirements : None
type | tool type |
subtype | tool subtype |
bool NXOpen::CAM::Tool::RetrieveHolder | ( | const NXString & | libRef | ) |
Retrieve holder.
libRef | tool library reference NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAM::Tool::UpdateFromLibrary | ( | ) |
Update a library tool from the library
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")