NX Open C++ Reference Guide
|
Represents the Motion Link class. More...
Additional Inherited Members | |
![]() | |
enum | GroupType { GroupTypeNone, GroupTypeImport } |
The group type attribute is used for import subassembly functionality. More... | |
![]() | |
double | DisplayScale () |
Returns the display scale factor Created in NX5.0.0. | |
NXString | GroupName () |
Returns the group name of motion object Created in NX5.0.0. | |
NXOpen::Motion::MotionObject::GroupType | GroupTypeOption () |
Returns the group type of motion object Created in NX5.0.0. | |
void | SetDisplayScale (double displayScale) |
Sets the display scale factor Created in NX5.0.0. | |
void | SetGroupName (const NXString &groupName) |
Sets the group name of motion object Created in NX5.0.0. | |
void | SetGroupName (const char *groupName) |
Sets the group name of motion object Created in NX5.0.0. | |
void | SetGroupTypeOption (NXOpen::Motion::MotionObject::GroupType groupType) |
Sets the group type of motion object Created in NX5.0.0. | |
Represents the Motion Link class.
A Link is used to define each component or body involved in a mechanism model.
To create or edit an instance of this class, use Motion::LinkBuilder
Created in NX4.0.0.