|
NX Open C++ Reference Guide
|
Represents Along MCS Axis Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateAlongMcsAxisMoveBuilder
Created in NX5.0.0.
More...
Public Member Functions | |
| double | AAxis () |
| Returns the A position Created in NX5.0.0. | |
| bool | AOutput () |
| Returns the A output Created in NX5.0.0. | |
| double | BAxis () |
| Returns the B position Created in NX5.0.0. | |
| bool | BOutput () |
| Returns the B output Created in NX5.0.0. | |
| double | CAxis () |
| Returns the C position Created in NX5.0.0. | |
| bool | COutput () |
| Returns the C output Created in NX5.0.0. | |
| void | SetAAxis (double axisPosition) |
| Sets the A position Created in NX5.0.0. | |
| void | SetAOutput (bool output) |
| Sets the A output Created in NX5.0.0. | |
| void | SetBAxis (double axisPosition) |
| Sets the B position Created in NX5.0.0. | |
| void | SetBOutput (bool output) |
| Sets the B output Created in NX5.0.0. | |
| void | SetCAxis (double axisPosition) |
| Sets the C position Created in NX5.0.0. | |
| void | SetCOutput (bool output) |
| Sets the C output Created in NX5.0.0. | |
| void | SetXAxis (double axisPosition) |
| Sets the X position Created in NX5.0.0. | |
| void | SetXOutput (bool output) |
| Sets the X output Created in NX5.0.0. | |
| void | SetYAxis (double axisPosition) |
| Sets the Y position Created in NX5.0.0. | |
| void | SetYOutput (bool output) |
| Sets the Y output Created in NX5.0.0. | |
| void | SetZAxis (double axisPosition) |
| Sets the Z position Created in NX5.0.0. | |
| void | SetZOutput (bool output) |
| Sets the Z output Created in NX5.0.0. | |
| double | XAxis () |
| Returns the X position Created in NX5.0.0. | |
| bool | XOutput () |
| Returns the X output Created in NX5.0.0. | |
| double | YAxis () |
| Returns the Y position Created in NX5.0.0. | |
| bool | YOutput () |
| Returns the Y output Created in NX5.0.0. | |
| double | ZAxis () |
| Returns the Z position Created in NX5.0.0. | |
| bool | ZOutput () |
| Returns the Z output 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. | |
Additional Inherited Members | |
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... | |
Represents Along MCS Axis Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateAlongMcsAxisMoveBuilder
Created in NX5.0.0.
| double NXOpen::CAM::AlongMachineAxisMoveBuilder::AAxis | ( | ) |
Returns the A position
Created in NX5.0.0.
License requirements : None
| bool NXOpen::CAM::AlongMachineAxisMoveBuilder::AOutput | ( | ) |
Returns the A output
Created in NX5.0.0.
License requirements : None
| double NXOpen::CAM::AlongMachineAxisMoveBuilder::BAxis | ( | ) |
Returns the B position
Created in NX5.0.0.
License requirements : None
| bool NXOpen::CAM::AlongMachineAxisMoveBuilder::BOutput | ( | ) |
Returns the B output
Created in NX5.0.0.
License requirements : None
| double NXOpen::CAM::AlongMachineAxisMoveBuilder::CAxis | ( | ) |
Returns the C position
Created in NX5.0.0.
License requirements : None
| bool NXOpen::CAM::AlongMachineAxisMoveBuilder::COutput | ( | ) |
Returns the C output
Created in NX5.0.0.
License requirements : None
| void NXOpen::CAM::AlongMachineAxisMoveBuilder::SetAAxis | ( | double | axisPosition | ) |
Sets the A position
Created in NX5.0.0.
License requirements : None
| axisPosition | axis position |
| void NXOpen::CAM::AlongMachineAxisMoveBuilder::SetAOutput | ( | bool | output | ) |
Sets the A output
Created in NX5.0.0.
License requirements : None
| output | output |
| void NXOpen::CAM::AlongMachineAxisMoveBuilder::SetBAxis | ( | double | axisPosition | ) |
Sets the B position
Created in NX5.0.0.
License requirements : None
| axisPosition | axis position |
| void NXOpen::CAM::AlongMachineAxisMoveBuilder::SetBOutput | ( | bool | output | ) |
Sets the B output
Created in NX5.0.0.
License requirements : None
| output | output |
| void NXOpen::CAM::AlongMachineAxisMoveBuilder::SetCAxis | ( | double | axisPosition | ) |
Sets the C position
Created in NX5.0.0.
License requirements : None
| axisPosition | axis position |
| void NXOpen::CAM::AlongMachineAxisMoveBuilder::SetCOutput | ( | bool | output | ) |
Sets the C output
Created in NX5.0.0.
License requirements : None
| output | output |
| void NXOpen::CAM::AlongMachineAxisMoveBuilder::SetXAxis | ( | double | axisPosition | ) |
Sets the X position
Created in NX5.0.0.
License requirements : None
| axisPosition | axis position |
| void NXOpen::CAM::AlongMachineAxisMoveBuilder::SetXOutput | ( | bool | output | ) |
Sets the X output
Created in NX5.0.0.
License requirements : None
| output | output |
| void NXOpen::CAM::AlongMachineAxisMoveBuilder::SetYAxis | ( | double | axisPosition | ) |
Sets the Y position
Created in NX5.0.0.
License requirements : None
| axisPosition | axis position |
| void NXOpen::CAM::AlongMachineAxisMoveBuilder::SetYOutput | ( | bool | output | ) |
Sets the Y output
Created in NX5.0.0.
License requirements : None
| output | output |
| void NXOpen::CAM::AlongMachineAxisMoveBuilder::SetZAxis | ( | double | axisPosition | ) |
Sets the Z position
Created in NX5.0.0.
License requirements : None
| axisPosition | axis position |
| void NXOpen::CAM::AlongMachineAxisMoveBuilder::SetZOutput | ( | bool | output | ) |
Sets the Z output
Created in NX5.0.0.
License requirements : None
| output | output |
| double NXOpen::CAM::AlongMachineAxisMoveBuilder::XAxis | ( | ) |
Returns the X position
Created in NX5.0.0.
License requirements : None
| bool NXOpen::CAM::AlongMachineAxisMoveBuilder::XOutput | ( | ) |
Returns the X output
Created in NX5.0.0.
License requirements : None
| double NXOpen::CAM::AlongMachineAxisMoveBuilder::YAxis | ( | ) |
Returns the Y position
Created in NX5.0.0.
License requirements : None
| bool NXOpen::CAM::AlongMachineAxisMoveBuilder::YOutput | ( | ) |
Returns the Y output
Created in NX5.0.0.
License requirements : None
| double NXOpen::CAM::AlongMachineAxisMoveBuilder::ZAxis | ( | ) |
Returns the Z position
Created in NX5.0.0.
License requirements : None
| bool NXOpen::CAM::AlongMachineAxisMoveBuilder::ZOutput | ( | ) |
Returns the Z output
Created in NX5.0.0.
License requirements : None