NX Open C++ Reference Guide
|
Select a list of objects from the reuse library
Created in NX9.0.0.
More...
Public Member Functions | |
NXOpen::Tooling::SelectReuseLibraryListItemBuilder * | CreateListItem () |
Generate a list item. | |
NXString | ItemName () |
Returns the item name from the reuse library Created in NX9.0.0. | |
NXOpen::Tooling::SelectReuseLibraryListItemBuilderList * | ReuseItemList () |
Returns the select reuse item list. | |
void | SetItemName (const NXString &itemName) |
Sets the item name from the reuse library Created in NX9.0.0. | |
void | SetItemName (const char *itemName) |
Sets the item name from the reuse library Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Select a list of objects from the reuse library
Created in NX9.0.0.
NXOpen::Tooling::SelectReuseLibraryListItemBuilder* NXOpen::Tooling::SelectReuseLibraryListBuilder::CreateListItem | ( | ) |
Generate a list item.
NXString NXOpen::Tooling::SelectReuseLibraryListBuilder::ItemName | ( | ) |
Returns the item name from the reuse library
Created in NX9.0.0.
License requirements : None
NXOpen::Tooling::SelectReuseLibraryListItemBuilderList* NXOpen::Tooling::SelectReuseLibraryListBuilder::ReuseItemList | ( | ) |
Returns the select reuse item list.
Created in NX9.0.0.
License requirements : None
void NXOpen::Tooling::SelectReuseLibraryListBuilder::SetItemName | ( | const NXString & | itemName | ) |
Sets the item name from the reuse library
Created in NX9.0.0.
License requirements : None
itemName | itemname |
void NXOpen::Tooling::SelectReuseLibraryListBuilder::SetItemName | ( | const char * | itemName | ) |
Sets the item name from the reuse library
Created in NX9.0.0.
License requirements : None
itemName | itemname |