NX Open C++ Reference Guide
|
Represents Move Builder
This cannot be instantiated
Created in NX5.0.0.
More...
Public Types | |
enum | Feed { FeedMotion, FeedCustom } |
the feed Type More... | |
enum | Motion { MotionRapid = 1, MotionEngage, MotionCut, MotionStepover, MotionRetract, MotionApproach, MotionTraversal, MotionDeparture, MotionReturn } |
the motion Type More... | |
Public Member Functions | |
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 (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. |
double NXOpen::CAM::MoveBuilder::FeedRate | ( | ) |
Returns the feed rate
Created in NX5.0.0.
License requirements : None
Returns the feed type
Created in NX5.0.0.
License requirements : None
Returns the feed unit
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::UdeParameter* NXOpen::CAM::MoveBuilder::GetUserParameter | ( | const NXString & | parameterName | ) |
Returns the custom parameter with the given name.
parameterName | the parameter name NOTE: The full Unicode character set is not supported for this parameter. |
Returns the parameter at the input index.
index | the parameter index |
Returns the motion type
Created in NX5.0.0.
License requirements : None
Returns the number of user parameters
Created in NX8.0.0.
License requirements : None
Returns the protected move status
Created in NX5.0.0.
License requirements : None
void NXOpen::CAM::MoveBuilder::SetFeedRate | ( | double | feedRate | ) |
Sets the feed rate
Created in NX5.0.0.
License requirements : None
feedRate | feed rate |
void NXOpen::CAM::MoveBuilder::SetFeedType | ( | NXOpen::CAM::MoveBuilder::Feed | feedType | ) |
Sets the feed type
Created in NX5.0.0.
License requirements : None
feedType | feed type |
Sets the feed unit
Created in NX7.5.0.
License requirements : None
unit | the new unit |
void NXOpen::CAM::MoveBuilder::SetMotionType | ( | NXOpen::CAM::MoveBuilder::Motion | motionType | ) |
Sets the motion type
Created in NX5.0.0.
License requirements : None
motionType | motion type |
void NXOpen::CAM::MoveBuilder::SetParent | ( | NXOpen::CAM::CAMObject * | parent | ) |
Set parent
Created in NX5.0.0.
License requirements : None
parent | the parent object |
void NXOpen::CAM::MoveBuilder::SetProtectedMove | ( | bool | protectedMove | ) |
Sets the protected move status
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
protectedMove | protected move |
void NXOpen::CAM::MoveBuilder::SetSibling | ( | NXOpen::CAM::CAMObject * | sibling | ) |
Set sibling
Created in NX5.0.0.
License requirements : None
sibling | the sibling object |