NX Open C++ Reference Guide
|
Represents the Rotate Tool Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateRotateToolMoveBuilder
Created in NX5.0.0.
More...
Public Member Functions | |
int | Adjreg () |
Returns the Adjust register Created in NX5.0.0. | |
bool | AdjregToggle () |
Returns the Adjust register Toggle Status Created in NX5.0.0. | |
double | Angle () |
Returns the Orient Angle Created in NX5.0.0. | |
void | SetAdjreg (int adjreg) |
Sets the Adjust register Created in NX5.0.0. | |
void | SetAdjregToggle (bool adjregstat) |
Sets the Adjust register Toggle Status Created in NX5.0.0. | |
void | SetAngle (double angle) |
Sets the Orient Angle Created in NX5.0.0. | |
void | SetXoffset (double xoff) |
Sets the X offset Created in NX5.0.0. | |
void | SetXoffsetToggle (bool xoffstat) |
Sets the X offset Toggle Status Created in NX5.0.0. | |
void | SetYoffset (double yoff) |
Sets the Y offset Created in NX5.0.0. | |
void | SetYoffsetToggle (bool yoffstat) |
Sets the Y offset Toggle Status Created in NX5.0.0. | |
void | SetZoffset (double zoff) |
Sets the Z offset Created in NX5.0.0. | |
void | SetZoffsetToggle (bool zoffstat) |
Sets the Z offset Toggle Status Created in NX5.0.0. | |
double | Xoffset () |
Returns the X offset Created in NX5.0.0. | |
bool | XoffsetToggle () |
Returns the X offset Toggle Status Created in NX5.0.0. | |
double | Yoffset () |
Returns the Y offset Created in NX5.0.0. | |
bool | YoffsetToggle () |
Returns the Y offset Toggle Status Created in NX5.0.0. | |
double | Zoffset () |
Returns the Z offset Created in NX5.0.0. | |
bool | ZoffsetToggle () |
Returns the Z offset Toggle Status Created in NX5.0.0. | |
![]() | |
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. | |
Additional Inherited Members | |
![]() | |
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 the Rotate Tool Move Builder
To create a new instance of this class, use CAM::MoveCollection::CreateRotateToolMoveBuilder
Created in NX5.0.0.
int NXOpen::CAM::RotateToolMoveBuilder::Adjreg | ( | ) |
Returns the Adjust register
Created in NX5.0.0.
License requirements : None
bool NXOpen::CAM::RotateToolMoveBuilder::AdjregToggle | ( | ) |
Returns the Adjust register Toggle Status
Created in NX5.0.0.
License requirements : None
double NXOpen::CAM::RotateToolMoveBuilder::Angle | ( | ) |
Returns the Orient Angle
Created in NX5.0.0.
License requirements : None
void NXOpen::CAM::RotateToolMoveBuilder::SetAdjreg | ( | int | adjreg | ) |
Sets the Adjust register
Created in NX5.0.0.
License requirements : None
adjreg | adjreg |
void NXOpen::CAM::RotateToolMoveBuilder::SetAdjregToggle | ( | bool | adjregstat | ) |
Sets the Adjust register Toggle Status
Created in NX5.0.0.
License requirements : None
adjregstat | adjregstat |
void NXOpen::CAM::RotateToolMoveBuilder::SetAngle | ( | double | angle | ) |
Sets the Orient Angle
Created in NX5.0.0.
License requirements : None
angle | angle |
void NXOpen::CAM::RotateToolMoveBuilder::SetXoffset | ( | double | xoff | ) |
Sets the X offset
Created in NX5.0.0.
License requirements : None
xoff | xoff |
void NXOpen::CAM::RotateToolMoveBuilder::SetXoffsetToggle | ( | bool | xoffstat | ) |
Sets the X offset Toggle Status
Created in NX5.0.0.
License requirements : None
xoffstat | xoffstat |
void NXOpen::CAM::RotateToolMoveBuilder::SetYoffset | ( | double | yoff | ) |
Sets the Y offset
Created in NX5.0.0.
License requirements : None
yoff | yoff |
void NXOpen::CAM::RotateToolMoveBuilder::SetYoffsetToggle | ( | bool | yoffstat | ) |
Sets the Y offset Toggle Status
Created in NX5.0.0.
License requirements : None
yoffstat | yoffstat |
void NXOpen::CAM::RotateToolMoveBuilder::SetZoffset | ( | double | zoff | ) |
Sets the Z offset
Created in NX5.0.0.
License requirements : None
zoff | zoff |
void NXOpen::CAM::RotateToolMoveBuilder::SetZoffsetToggle | ( | bool | zoffstat | ) |
Sets the Z offset Toggle Status
Created in NX5.0.0.
License requirements : None
zoffstat | zoffstat |
double NXOpen::CAM::RotateToolMoveBuilder::Xoffset | ( | ) |
Returns the X offset
Created in NX5.0.0.
License requirements : None
bool NXOpen::CAM::RotateToolMoveBuilder::XoffsetToggle | ( | ) |
Returns the X offset Toggle Status
Created in NX5.0.0.
License requirements : None
double NXOpen::CAM::RotateToolMoveBuilder::Yoffset | ( | ) |
Returns the Y offset
Created in NX5.0.0.
License requirements : None
bool NXOpen::CAM::RotateToolMoveBuilder::YoffsetToggle | ( | ) |
Returns the Y offset Toggle Status
Created in NX5.0.0.
License requirements : None
double NXOpen::CAM::RotateToolMoveBuilder::Zoffset | ( | ) |
Returns the Z offset
Created in NX5.0.0.
License requirements : None
bool NXOpen::CAM::RotateToolMoveBuilder::ZoffsetToggle | ( | ) |
Returns the Z offset Toggle Status
Created in NX5.0.0.
License requirements : None