|
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 Types inherited from NXOpen::CAM::MoveBuilder | |
| 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 | |
| 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. | |
Public Member Functions inherited from NXOpen::CAM::MoveBuilder | |
| 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. | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents the Probe Calibrate Sphere Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateProbeCalibrateSphereMoveBuilder
Created in NX5.0.0.
| double NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::Diameter | ( | ) |
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
| NXOpen::Point* NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::Point | ( | ) |
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 |
| NXOpen::NXObject* NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::Sphere | ( | ) |
Returns the sphere to probe
Created in NX5.0.0.
License requirements : None
| int NXOpen::CAM::ProbeCalibrateSphereMoveBuilder::ToolOffset | ( | ) |
Returns the tool offset to update
Created in NX5.0.0.
License requirements : None