NX Open C++ Reference Guide
|
Represents the Turn Probe Inspect Point Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateTurnProbeInspectPointMoveBuilder
Created in NX8.5.1.
More...
Public Types | |
enum | DirectionTypes { DirectionTypesRadial, DirectionTypesAxial, DirectionTypesNormalToCurve, DirectionTypesVector } |
the probing direction type More... | |
![]() | |
enum | Feed { FeedMotion, FeedCustom } |
the feed Type More... | |
enum | Motion { MotionRapid = 1, MotionEngage, MotionCut, MotionStepover, MotionRetract, MotionApproach, MotionTraversal, MotionDeparture, MotionReturn, MotionFirstCut } |
the motion Type More... | |
Public Member Functions | |
NXOpen::CAM::TurnProbeInspectPointMoveBuilder::DirectionTypes | Direction () |
Returns the probing direction Created in NX8.5.1. | |
NXOpen::Point * | Point () |
Returns the point to probe Created in NX8.5.1. | |
NXOpen::CAM::ProbeControlParametersBuilder * | ProbeControlParameters () |
Returns the probe control parameters builder Created in NX8.5.1. | |
NXOpen::CAM::ProbeProtectedParametersBuilder * | ProbeProtectedParameters () |
Returns the probe protected parameters builder Created in NX8.5.1. | |
NXOpen::CAM::ProbeStockParametersBuilder * | ProbeStockParameters () |
Returns the probe stock parameters builder Created in NX8.5.1. | |
NXOpen::CAM::ProbeToleranceParametersBuilder * | ProbeToleranceParameters () |
Returns the probe tolerance parameters builder Created in NX8.5.1. | |
void | SetDirection (NXOpen::CAM::TurnProbeInspectPointMoveBuilder::DirectionTypes dirType) |
Sets the probing direction Created in NX8.5.1. | |
void | SetPoint (NXOpen::Point *point) |
Sets the point to probe Created in NX8.5.1. | |
void | SetVector (NXOpen::NXObject *vector) |
Sets the vector to define probing direction Created in NX8.5.1. | |
NXOpen::NXObject * | Vector () |
Returns the vector to define probing direction Created in NX8.5.1. | |
![]() | |
double | FeedRate () |
Returns the feed rate Created in NX5.0.0. | |
NXOpen::CAM::MoveBuilder::Feed | FeedType () |
Returns the feed type Created in NX5.0.0. | |
NXOpen::CAM::FeedRateUnit | FeedUnit () |
Returns the feed unit Created in NX7.5.0. | |
NXOpen::CAM::UdeParameter * | GetUserParameter (const NXString ¶meterName) |
Returns the custom parameter with the given name. | |
NXOpen::CAM::UdeParameter * | GetUserParameter (const char *parameterName) |
Returns the custom parameter with the given name. | |
NXOpen::CAM::UdeParameter * | GetUserParameter (int index) |
Returns the parameter at the input index. | |
NXOpen::CAM::MoveBuilder::Motion | MotionType () |
Returns the motion type Created in NX5.0.0. | |
int | NumberOfUserParameters () |
Returns the number of user parameters Created in NX8.0.0. | |
bool | ProtectedMove () |
Returns the protected move status Created in NX5.0.0. | |
void | SetFeedRate (double feedRate) |
Sets the feed rate Created in NX5.0.0. | |
void | SetFeedType (NXOpen::CAM::MoveBuilder::Feed feedType) |
Sets the feed type Created in NX5.0.0. | |
void | SetFeedUnit (NXOpen::CAM::FeedRateUnit unit) |
Sets the feed unit Created in NX7.5.0. | |
void | SetMotionType (NXOpen::CAM::MoveBuilder::Motion motionType) |
Sets the motion type Created in NX5.0.0. | |
void | SetParent (NXOpen::CAM::CAMObject *parent) |
Set parent Created in NX5.0.0. | |
void | SetProtectedMove (bool protectedMove) |
Sets the protected move status Created in NX5.0.0. | |
void | SetSibling (NXOpen::CAM::CAMObject *sibling) |
Set sibling Created in NX5.0.0. | |
void | SetSubopLabel (const NXString &subopLabel) |
Sets the subop label Created in NX8.5.1. | |
void | SetSubopLabel (const char *subopLabel) |
Sets the subop label Created in NX8.5.1. | |
NXString | SubopLabel () |
Returns the subop label Created in NX8.5.1. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the Turn Probe Inspect Point Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateTurnProbeInspectPointMoveBuilder
Created in NX8.5.1.
NXOpen::CAM::TurnProbeInspectPointMoveBuilder::DirectionTypes NXOpen::CAM::TurnProbeInspectPointMoveBuilder::Direction | ( | ) |
Returns the probing direction
Created in NX8.5.1.
License requirements : None
NXOpen::Point* NXOpen::CAM::TurnProbeInspectPointMoveBuilder::Point | ( | ) |
Returns the point to probe
Created in NX8.5.1.
License requirements : None
NXOpen::CAM::ProbeControlParametersBuilder* NXOpen::CAM::TurnProbeInspectPointMoveBuilder::ProbeControlParameters | ( | ) |
Returns the probe control parameters builder
Created in NX8.5.1.
License requirements : None
NXOpen::CAM::ProbeProtectedParametersBuilder* NXOpen::CAM::TurnProbeInspectPointMoveBuilder::ProbeProtectedParameters | ( | ) |
Returns the probe protected parameters builder
Created in NX8.5.1.
License requirements : None
NXOpen::CAM::ProbeStockParametersBuilder* NXOpen::CAM::TurnProbeInspectPointMoveBuilder::ProbeStockParameters | ( | ) |
Returns the probe stock parameters builder
Created in NX8.5.1.
License requirements : None
NXOpen::CAM::ProbeToleranceParametersBuilder* NXOpen::CAM::TurnProbeInspectPointMoveBuilder::ProbeToleranceParameters | ( | ) |
Returns the probe tolerance parameters builder
Created in NX8.5.1.
License requirements : None
void NXOpen::CAM::TurnProbeInspectPointMoveBuilder::SetDirection | ( | NXOpen::CAM::TurnProbeInspectPointMoveBuilder::DirectionTypes | dirType | ) |
Sets the probing direction
Created in NX8.5.1.
License requirements : cam_base ("CAM BASE")
dirType | dirtype |
void NXOpen::CAM::TurnProbeInspectPointMoveBuilder::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the point to probe
Created in NX8.5.1.
License requirements : cam_base ("CAM BASE")
point | point |
void NXOpen::CAM::TurnProbeInspectPointMoveBuilder::SetVector | ( | NXOpen::NXObject * | vector | ) |
Sets the vector to define probing direction
Created in NX8.5.1.
License requirements : None
vector | vector |
NXOpen::NXObject* NXOpen::CAM::TurnProbeInspectPointMoveBuilder::Vector | ( | ) |
Returns the vector to define probing direction
Created in NX8.5.1.
License requirements : None