|
NX Open C++ Reference Guide
|
Represents a Mechatronics::ObjectInformationBuilder
This is a sub-builder class and cannot be directly instantiated
Created in NX8.5.0.
More...
Public Member Functions | |
| std::vector< NXString > | GetDescription () |
| Gets the description. | |
| NXString | ItemID () |
| Returns the item ID. | |
| NXString | ItemName () |
| Returns the name of item. | |
| NXString | ItemTypes () |
| Returns the item types. | |
| NXString | RevisionID () |
| Returns the revision ID. | |
| void | SetDescription (const std::vector< NXString > &description) |
| Sets the description. | |
| void | SetItemID (const NXString &itemID) |
| Sets the item ID. | |
| void | SetItemID (const char *itemID) |
| Sets the item ID. | |
| void | SetItemName (const NXString &name) |
| Sets the name of item. | |
| void | SetItemName (const char *name) |
| Sets the name of item. | |
| void | SetItemTypes (const NXString &itemTypes) |
| Sets the item types. | |
| void | SetItemTypes (const char *itemTypes) |
| Sets the item types. | |
| void | SetRevisionID (const NXString &revID) |
| Sets the revision ID. | |
| void | SetRevisionID (const char *revID) |
| Sets the revision ID. | |
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 Mechatronics::ObjectInformationBuilder
This is a sub-builder class and cannot be directly instantiated
Created in NX8.5.0.
| std::vector<NXString> NXOpen::Mechatronics::ObjectInformationBuilder::GetDescription | ( | ) |
Gets the description.
| NXString NXOpen::Mechatronics::ObjectInformationBuilder::ItemID | ( | ) |
Returns the item ID.
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::Mechatronics::ObjectInformationBuilder::ItemName | ( | ) |
Returns the name of item.
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::Mechatronics::ObjectInformationBuilder::ItemTypes | ( | ) |
Returns the item types.
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::Mechatronics::ObjectInformationBuilder::RevisionID | ( | ) |
Returns the revision ID.
Created in NX8.5.0.
License requirements : None
| void NXOpen::Mechatronics::ObjectInformationBuilder::SetDescription | ( | const std::vector< NXString > & | description | ) |
Sets the description.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| description | description |
| void NXOpen::Mechatronics::ObjectInformationBuilder::SetItemID | ( | const NXString & | itemID | ) |
Sets the item ID.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| itemID | itemid |
| void NXOpen::Mechatronics::ObjectInformationBuilder::SetItemID | ( | const char * | itemID | ) |
Sets the item ID.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| itemID | itemid |
| void NXOpen::Mechatronics::ObjectInformationBuilder::SetItemName | ( | const NXString & | name | ) |
Sets the name of item.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| name | name |
| void NXOpen::Mechatronics::ObjectInformationBuilder::SetItemName | ( | const char * | name | ) |
Sets the name of item.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| name | name |
| void NXOpen::Mechatronics::ObjectInformationBuilder::SetItemTypes | ( | const NXString & | itemTypes | ) |
Sets the item types.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| itemTypes | itemtypes |
| void NXOpen::Mechatronics::ObjectInformationBuilder::SetItemTypes | ( | const char * | itemTypes | ) |
Sets the item types.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| itemTypes | itemtypes |
| void NXOpen::Mechatronics::ObjectInformationBuilder::SetRevisionID | ( | const NXString & | revID | ) |
Sets the revision ID.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| revID | revid |
| void NXOpen::Mechatronics::ObjectInformationBuilder::SetRevisionID | ( | const char * | revID | ) |
Sets the revision ID.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| revID | revid |