NX Open C++ Reference Guide
|
This is the Annotations::PMIExplicitOrderBuilder for the explicit order
To create a new instance of this class, use Annotations::PmiManager::CreateExplicitOrderBuilder
Created in NX9.0.0.
More...
Additional Inherited Members | |
![]() | |
void | Clear () |
Clears the current order and restores it to the default order Created in NX9.0.0. | |
std::vector< NXString > | Delete (std::vector< NXString > &selectedEntries, std::vector< NXString > ¤tOrder, int numOfRemainingEntries) |
Deletes the saved order/orders that has/have been selected by the user from the list of saved orders. | |
std::vector< NXString > | DownArrow (std::vector< NXString > &selectedEntries, std::vector< NXString > ¤tOrder) |
Moves down the row/rows selected by the user in the lists. | |
std::vector< NXString > | Paste (int pastePoint, std::vector< NXString > &selectedEntries, std::vector< NXString > ¤tOrder) |
Pastes the rows that have been previously selected using the cut operation. | |
void | Save (std::vector< NXString > &orderList, const NXString &saveName) |
Saves an explicit order defined by the user Created in NX9.0.0. | |
void | Save (std::vector< NXString > &orderList, const char *saveName) |
Saves an explicit order defined by the user Created in NX9.0.0. | |
void | SaveAsTextFile (const NXString &savedOrderName, const NXString &saveFileName, bool overwriteFile) |
Saves the selected saved order in the form of a text file Created in NX9.0.0. | |
void | SaveAsTextFile (const char *savedOrderName, const char *saveFileName, bool overwriteFile) |
Saves the selected saved order in the form of a text file Created in NX9.0.0. | |
NXString | SaveName () |
Returns the save name Created in NX9.0.0. | |
void | SetSaveName (const NXString &saveName) |
Sets the save name Created in NX9.0.0. | |
void | SetSaveName (const char *saveName) |
Sets the save name Created in NX9.0.0. | |
std::vector< NXString > | UpArrow (std::vector< NXString > &selectedEntries, std::vector< NXString > ¤tOrder) |
Moves up the row/rows selected by the user in the lists. | |
This is the Annotations::PMIExplicitOrderBuilder for the explicit order
To create a new instance of this class, use Annotations::PmiManager::CreateExplicitOrderBuilder
Created in NX9.0.0.