IExportOptions¶
- class IExportOptions¶
Bases:
ImpactCOMWrapperBase- Summary:
Options to be used when exporting drawings and layers.
- Remarks:
Use ICreator.export_options to create these objects. Introduced in Impact 11.0.0.86
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property file_format¶
Gets file_format.
- Summary:
The export format
- Returns:
The value of file_format.
- Return type:
- property layers¶
Gets Layers.
- Summary:
A list of layers to be exported and the orintation (face) to be used for each.
- Returns:
The value of Layers.
- Return type:
- property path_or_file_name¶
Gets path_or_file_name.
- Summary:
The location for the exported file.
- Returns:
The value of path_or_file_name.
- Return type:
path_or_file_name (str)
- property settings¶
Gets Settings.
- Summary:
The import/export settings to use when exporting.
- Returns:
The value of Settings.
- Return type:
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.