|
NX Open C++ Reference Guide
|
Represents a Motion::LinkBuilder
To create a new instance of this class, use Motion::LinkCollection::CreateLinkBuilder
Created in NX5.0.0.
More...
Public Member Functions | |
| bool | Fixed () |
| Returns the link fixed to the ground Created in NX5.0.0. | |
| NXOpen::SelectNXObjectList * | Geometries () |
| Returns the geometries Created in NX5.0.0. | |
| NXOpen::Motion::LinkInitialVelocity * | InitialVelocity () |
| Returns the initial velocity Created in NX5.0.0. | |
| NXOpen::Motion::LinkMassProperty * | MassProperty () |
| Returns the mass property Created in NX5.0.0. | |
| NXString | Name () |
| Returns the name Created in NX5.0.0. | |
| void | SetFixed (bool fixed) |
| Sets the link fixed to the ground Created in NX5.0.0. | |
| void | SetName (const NXString &name) |
| Sets the name Created in NX5.0.0. | |
| void | SetName (const char *name) |
| Sets the name Created in NX5.0.0. | |
Public Member Functions inherited from NXOpen::Motion::MotionBuilder | |
| double | DisplayScale () |
| Returns the icon display scale Created in NX5.0.0. | |
| NXString | GroupName () |
| Returns the group name Created in NX5.0.0. | |
| NXOpen::Motion::MotionObject::GroupType | GroupType () |
| Returns the group type Created in NX5.0.0. | |
| void | SetDisplayScale (double displayScale) |
| Sets the icon display scale Created in NX5.0.0. | |
| void | SetGroupName (const NXString &groupName) |
| Sets the group name Created in NX5.0.0. | |
| void | SetGroupName (const char *groupName) |
| Sets the group name Created in NX5.0.0. | |
| void | SetGroupType (NXOpen::Motion::MotionObject::GroupType groupType) |
| Sets the group type Created in NX5.0.0. | |
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 a Motion::LinkBuilder
To create a new instance of this class, use Motion::LinkCollection::CreateLinkBuilder
Created in NX5.0.0.
| bool NXOpen::Motion::LinkBuilder::Fixed | ( | ) |
Returns the link fixed to the ground
Created in NX5.0.0.
License requirements : None
| NXOpen::SelectNXObjectList* NXOpen::Motion::LinkBuilder::Geometries | ( | ) |
Returns the geometries
Created in NX5.0.0.
License requirements : None
| NXOpen::Motion::LinkInitialVelocity* NXOpen::Motion::LinkBuilder::InitialVelocity | ( | ) |
Returns the initial velocity
Created in NX5.0.0.
License requirements : None
| NXOpen::Motion::LinkMassProperty* NXOpen::Motion::LinkBuilder::MassProperty | ( | ) |
Returns the mass property
Created in NX5.0.0.
License requirements : None
| NXString NXOpen::Motion::LinkBuilder::Name | ( | ) |
Returns the name
Created in NX5.0.0.
License requirements : None
| void NXOpen::Motion::LinkBuilder::SetFixed | ( | bool | fixed | ) |
Sets the link fixed to the ground
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
| fixed | fixed |
| void NXOpen::Motion::LinkBuilder::SetName | ( | const NXString & | name | ) |
Sets the name
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
| name | name |
| void NXOpen::Motion::LinkBuilder::SetName | ( | const char * | name | ) |
Sets the name
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
| name | name |