NX Open C++ Reference Guide
|
Represents the Probe Calibrate Sphere Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateProbeCalibrateSphereMoveBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | Geometry { GeometrySphere, GeometryPoint } |
the geometry types More... | |
Public Member Functions | |
double | Diameter () |
Returns the diameter defining the sphere to probe Created in NX5.0.0. | |
NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::Geometry | GeometryType () |
Returns the type of geometry Created in NX5.0.0. | |
NXOpen::Point * | Point () |
Returns the point defining the sphere to probe Created in NX5.0.0. | |
NXOpen::CAM::ProbeProtectedParametersBuilder * | ProbeProtectedParameters () |
Returns the probe protected parameters builder Created in NX5.0.0. | |
void | SetDiameter (double diameter) |
Sets the diameter defining the sphere to probe Created in NX5.0.0. | |
void | SetGeometryType (NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::Geometry geomType) |
Sets the type of geometry Created in NX5.0.0. | |
void | SetPoint (NXOpen::Point *point) |
Sets the point defining the sphere to probe Created in NX5.0.0. | |
void | SetSphere (NXOpen::NXObject *sphere) |
Sets the sphere to probe Created in NX5.0.0. | |
void | SetToolOffset (int toolOffset) |
Sets the tool offset to update Created in NX5.0.0. | |
NXOpen::NXObject * | Sphere () |
Returns the sphere to probe Created in NX5.0.0. | |
int | ToolOffset () |
Returns the tool offset to update Created in NX5.0.0. |
Represents the Probe Calibrate Sphere Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateProbeCalibrateSphereMoveBuilder
Created in NX5.0.0.
Returns the diameter defining the sphere to probe
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::Geometry NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::GeometryType | ( | ) |
Returns the type of geometry
Created in NX5.0.0.
License requirements : None
Returns the point defining the sphere to probe
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::ProbeProtectedParametersBuilder* NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::ProbeProtectedParameters | ( | ) |
Returns the probe protected parameters builder
Created in NX5.0.0.
License requirements : None
void NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::SetDiameter | ( | double | diameter | ) |
Sets the diameter defining the sphere to probe
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
diameter | diameter |
void NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::SetGeometryType | ( | NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::Geometry | geomType | ) |
Sets the type of geometry
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
geomType | geomtype |
void NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the point defining the sphere to probe
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
point | point |
void NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::SetSphere | ( | NXOpen::NXObject * | sphere | ) |
Sets the sphere to probe
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
sphere | sphere |
void NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::SetToolOffset | ( | int | toolOffset | ) |
Sets the tool offset to update
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
toolOffset | tool offset |
Returns the sphere to probe
Created in NX5.0.0.
License requirements : None
Returns the tool offset to update
Created in NX5.0.0.
License requirements : None