NX Open C++ Reference Guide
|
Represents the Probe Inspect Point Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateProbeInspectPointMoveBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | Direction { DirectionInferred, DirectionXm, DirectionNegxm, DirectionYm, DirectionNegym, DirectionZm, DirectionNegzm } |
the probing direction type More... | |
Public Member Functions | |
NXOpen::CAM::ProbeInspectPointMoveBuilder::Direction | DirectionType () |
Returns the probing direction Created in NX5.0.0. | |
NXOpen::Point * | Point () |
Returns the point to probe Created in NX5.0.0. | |
NXOpen::CAM::ProbeControlParametersBuilder * | ProbeControlParameters () |
Returns the probe control parameters builder Created in NX5.0.0. | |
NXOpen::CAM::ProbeProtectedParametersBuilder * | ProbeProtectedParameters () |
Returns the probe protected parameters builder Created in NX5.0.0. | |
NXOpen::CAM::ProbeStockParametersBuilder * | ProbeStockParameters () |
Returns the probe stock parameters builder Created in NX5.0.0. | |
NXOpen::CAM::ProbeToleranceParametersBuilder * | ProbeToleranceParameters () |
Returns the probe tolerance parameters builder Created in NX5.0.0. | |
void | SetDirectionType (NXOpen::CAM::ProbeInspectPointMoveBuilder::Direction dirType) |
Sets the probing direction Created in NX5.0.0. | |
void | SetPoint (NXOpen::Point *point) |
Sets the point to probe Created in NX5.0.0. |
Represents the Probe Inspect Point Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateProbeInspectPointMoveBuilder
Created in NX5.0.0.
NXOpen::CAM::ProbeInspectPointMoveBuilder::Direction NXOpen::CAM::ProbeInspectPointMoveBuilder::DirectionType | ( | ) |
Returns the probing direction
Created in NX5.0.0.
License requirements : None
Returns the point to probe
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::ProbeControlParametersBuilder* NXOpen::CAM::ProbeInspectPointMoveBuilder::ProbeControlParameters | ( | ) |
Returns the probe control parameters builder
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::ProbeProtectedParametersBuilder* NXOpen::CAM::ProbeInspectPointMoveBuilder::ProbeProtectedParameters | ( | ) |
Returns the probe protected parameters builder
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::ProbeStockParametersBuilder* NXOpen::CAM::ProbeInspectPointMoveBuilder::ProbeStockParameters | ( | ) |
Returns the probe stock parameters builder
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::ProbeToleranceParametersBuilder* NXOpen::CAM::ProbeInspectPointMoveBuilder::ProbeToleranceParameters | ( | ) |
Returns the probe tolerance parameters builder
Created in NX5.0.0.
License requirements : None
void NXOpen::CAM::ProbeInspectPointMoveBuilder::SetDirectionType | ( | NXOpen::CAM::ProbeInspectPointMoveBuilder::Direction | dirType | ) |
Sets the probing direction
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
dirType | dirtype |
void NXOpen::CAM::ProbeInspectPointMoveBuilder::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the point to probe
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
point | point |