CommandImporter Class¶
-
class
NXOpen.Report.CommandImporter¶ Bases:
NXOpen.TransientObjectRepresents a command importer to import the commands into command libary.
New in version NX11.0.0.
Properties¶
| Property | Description |
|---|---|
| ImportOption | Returns or sets the command override option. |
Methods¶
| Method | Description |
|---|---|
| Dispose | Destroys the object |
| GetImportCandidates | Gets all candidate commands in library file. |
| ImportCommands | Imports the selected commands into command library. |
Enumerations¶
| CommandImporterOverrideOption Enumeration | Represents the override option when there is already a command existing. |
Property Detail¶
ImportOption¶
-
CommandImporter.ImportOption¶ Returns or sets the command override option.
-------------------------------------Getter Method
Signature
ImportOptionReturns: Return type: NXOpen.Report.CommandImporterOverrideOptionNew in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ImportOptionParameters: importOption ( NXOpen.Report.CommandImporterOverrideOption) –New in version NX11.0.0.
License requirements: None.
Method Detail¶
Dispose¶
-
CommandImporter.Dispose¶ Destroys the object
Signature
Dispose()New in version NX11.0.0.
License requirements: None.
GetImportCandidates¶
-
CommandImporter.GetImportCandidates¶ Gets all candidate commands in library file.
Signature
GetImportCandidates()Returns: Return type: list of NXOpen.Report.CommandNew in version NX11.0.0.
License requirements: None.