CommandManager Class¶
-
class
NXOpen.Report.CommandManager¶ Bases:
objectRepresents the command manager.
Not support KF.
New in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateCommandBuilder | Creates the command builder. |
| ExportCommandsToLibraryFile | Export selected commands to a library folder zip file. |
| Find | Finds the TaggedObject with the given identifier as recorded in a journal. |
| GetCommandLibraries | Gets all command libraries. |
| NewCommandImporter | Creates a transient object NXOpen.Report.CommandImporter to import the selected commands of a command library file to a command library. |
Method Detail¶
CreateCommandBuilder¶
-
CommandManager.CreateCommandBuilder¶ Creates the command builder.
Signature
CreateCommandBuilder(commandLibrary, command)Parameters: - commandLibrary (
NXOpen.Report.CommandLibrary) – - command (
NXOpen.Report.Command) –
Returns: Return type: New in version NX11.0.0.
License requirements: None.
- commandLibrary (
ExportCommandsToLibraryFile¶
-
CommandManager.ExportCommandsToLibraryFile¶ Export selected commands to a library folder zip file.
Signature
ExportCommandsToLibraryFile(pCommands, libraryFile)Parameters: - pCommands (list of
NXOpen.Report.Command) – - libraryFile (str) – Library folder zip file name with full path
New in version NX11.0.0.
License requirements: None.
- pCommands (list of
Find¶
-
CommandManager.Find¶ Finds the
TaggedObjectwith the given identifier as recorded in a journal.Signature
Find(journalIdentifier)Parameters: journalIdentifier (str) – Identifier of the TaggedObjectto be foundReturns: Object found, or null if no such object exists Return type: NXOpen.TaggedObjectNew in version NX11.0.0.
License requirements: None.
GetCommandLibraries¶
-
CommandManager.GetCommandLibraries¶ Gets all command libraries.
Signature
GetCommandLibraries()Returns: Return type: list of NXOpen.Report.CommandLibraryNew in version NX11.0.0.
License requirements: None.
NewCommandImporter¶
-
CommandManager.NewCommandImporter¶ Creates a transient object
NXOpen.Report.CommandImporterto import the selected commands of a command library file to a command library.The object should be destroyed after finishing import.
Signature
NewCommandImporter(pCommandLibrary, libraryFile)Parameters: - pCommandLibrary (
NXOpen.Report.CommandLibrary) – - libraryFile (str) – Library folder zip file name with full path
Returns: Return type: New in version NX11.0.0.
License requirements: None.
- pCommandLibrary (