NX Open C++ Reference Guide
|
Represents the Probe Calibrate Stylus Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateProbeCalibrateStylusMoveBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | CalibrateStylusType { CalibrateStylusTypeOffsets, CalibrateStylusTypeRadius, CalibrateStylusTypeVectorRadius } |
the stylus calibration types More... | |
enum | Depth { DepthMidpoint, DepthSpecify } |
the depth types More... | |
enum | Geometry { GeometryCylinder, GeometryPoint } |
the geometry types More... | |
Public Member Functions | |
NXOpen::NXObject * | ArcVector () |
Returns the arc vector defining the cylinder to probe Created in NX5.0.0. | |
double | CalibrationDepth () |
Returns the calibration depth Created in NX5.0.0. | |
NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::CalibrateStylusType | CalibrationType () |
Returns the calibration type Created in NX5.0.0. | |
NXOpen::NXObject * | Cylinder () |
Returns the cylinder to probe Created in NX5.0.0. | |
NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::Depth | DepthType () |
Returns the depth type Created in NX5.0.0. | |
double | Diameter () |
Returns the diameter defining the cylinder to probe Created in NX5.0.0. | |
NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::Geometry | GeometryType () |
Returns the geometry type Created in NX5.0.0. | |
bool | OutputWorkOffset () |
Returns the option to output the work offset to update Created in NX5.0.0. | |
NXOpen::Point * | Point () |
Returns the point defining the cylinder to probe Created in NX5.0.0. | |
NXOpen::CAM::ProbeProtectedParametersBuilder * | ProbeProtectedParameters () |
Returns the probe protected parameters builder Created in NX5.0.0. | |
void | SetArcVector (NXOpen::NXObject *vector) |
Sets the arc vector defining the cylinder to probe Created in NX5.0.0. | |
void | SetCalibrationDepth (double calibrationDepth) |
Sets the calibration depth Created in NX5.0.0. | |
void | SetCalibrationType (NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::CalibrateStylusType calibType) |
Sets the calibration type Created in NX5.0.0. | |
void | SetCylinder (NXOpen::NXObject *cylinder) |
Sets the cylinder to probe Created in NX5.0.0. | |
void | SetDepthType (NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::Depth depthType) |
Sets the depth type Created in NX5.0.0. | |
void | SetDiameter (double diameter) |
Sets the diameter defining the cylinder to probe Created in NX5.0.0. | |
void | SetGeometryType (NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::Geometry geomType) |
Sets the geometry type Created in NX5.0.0. | |
void | SetOutputWorkOffset (bool newValue) |
Sets the option to output the work offset to update Created in NX5.0.0. | |
void | SetPoint (NXOpen::Point *point) |
Sets the point defining the cylinder to probe Created in NX5.0.0. | |
void | SetWorkOffset (int workOffset) |
Sets the work offset to update Created in NX5.0.0. | |
int | WorkOffset () |
Returns the work offset to update Created in NX5.0.0. |
Represents the Probe Calibrate Stylus Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateProbeCalibrateStylusMoveBuilder
Created in NX5.0.0.
Returns the arc vector defining the cylinder to probe
Created in NX5.0.0.
License requirements : None
Returns the calibration depth
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::CalibrateStylusType NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::CalibrationType | ( | ) |
Returns the calibration type
Created in NX5.0.0.
License requirements : None
Returns the cylinder to probe
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::Depth NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::DepthType | ( | ) |
Returns the depth type
Created in NX5.0.0.
License requirements : None
Returns the diameter defining the cylinder to probe
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::Geometry NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::GeometryType | ( | ) |
Returns the geometry type
Created in NX5.0.0.
License requirements : None
Returns the option to output the work offset to update
Created in NX5.0.0.
License requirements : None
Returns the point defining the cylinder to probe
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::ProbeProtectedParametersBuilder* NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::ProbeProtectedParameters | ( | ) |
Returns the probe protected parameters builder
Created in NX5.0.0.
License requirements : None
Sets the arc vector defining the cylinder to probe
Created in NX5.0.0.
License requirements : None
vector | vector |
void NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::SetCalibrationDepth | ( | double | calibrationDepth | ) |
Sets the calibration depth
Created in NX5.0.0.
License requirements : None
calibrationDepth | calibration depth |
void NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::SetCalibrationType | ( | NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::CalibrateStylusType | calibType | ) |
Sets the calibration type
Created in NX5.0.0.
License requirements : None
calibType | calibtype |
void NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::SetCylinder | ( | NXOpen::NXObject * | cylinder | ) |
Sets the cylinder to probe
Created in NX5.0.0.
License requirements : None
cylinder | cylinder |
void NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::SetDepthType | ( | NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::Depth | depthType | ) |
Sets the depth type
Created in NX5.0.0.
License requirements : None
depthType | depthtype |
void NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::SetDiameter | ( | double | diameter | ) |
Sets the diameter defining the cylinder to probe
Created in NX5.0.0.
License requirements : None
diameter | diameter |
void NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::SetGeometryType | ( | NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::Geometry | geomType | ) |
Sets the geometry type
Created in NX5.0.0.
License requirements : None
geomType | geomtype |
void NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::SetOutputWorkOffset | ( | bool | newValue | ) |
Sets the option to output the work offset to update
Created in NX5.0.0.
License requirements : None
newValue | newvalue |
void NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the point defining the cylinder to probe
Created in NX5.0.0.
License requirements : None
point | point |
void NXOpen::CAM::ProbeCalibrateStylusMoveBuilder::SetWorkOffset | ( | int | workOffset | ) |
Sets the work offset to update
Created in NX5.0.0.
License requirements : None
workOffset | work offset |
Returns the work offset to update
Created in NX5.0.0.
License requirements : None