NX Open C++ Reference Guide
|
Represents the Probe Calibrate Length Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateProbeCalibrateLengthMoveBuilder
Created in NX5.0.0.
More...
Public Member Functions | |
NXOpen::Point * | Point () |
Returns the point to probe Created in NX5.0.0. | |
NXOpen::CAM::ProbeProtectedParametersBuilder * | ProbeProtectedParameters () |
Returns the probe protected parameters builder Created in NX5.0.0. | |
void | SetPoint (NXOpen::Point *point) |
Sets the point to probe Created in NX5.0.0. | |
void | SetToolOffset (int toolOffset) |
Sets the tool offset register Created in NX5.0.0. | |
int | ToolOffset () |
Returns the tool offset register Created in NX5.0.0. |
Represents the Probe Calibrate Length Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateProbeCalibrateLengthMoveBuilder
Created in NX5.0.0.
Returns the point to probe
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::ProbeProtectedParametersBuilder* NXOpen::CAM::ProbeCalibrateLengthMoveBuilder::ProbeProtectedParameters | ( | ) |
Returns the probe protected parameters builder
Created in NX5.0.0.
License requirements : None
void NXOpen::CAM::ProbeCalibrateLengthMoveBuilder::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the point to probe
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
point | point |
void NXOpen::CAM::ProbeCalibrateLengthMoveBuilder::SetToolOffset | ( | int | toolOffset | ) |
Sets the tool offset register
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
toolOffset | tool offset |
Returns the tool offset register
Created in NX5.0.0.
License requirements : None