IExportLayers

class IExportLayers

Bases: ImpactCOMWrapperBase

Summary:

A list of layers to be exported, each with its orientation (face).

Remarks:

The order the layers are added to IExportLayers is the order they are output. Duplicates of the same layer/face will be ignored. The face for 3D layers will be ignored. Layer names that don’t exist will be ignored. The import/export settings must have the option “Export multiple layers to a single file if supported” enabled.This option is only available if using “Export Named Layers” or “Export All Layers”, or if “Export both faces” is enabled. No wildcards are used to match the layer names; they must match exactly (and are case-sensitive). 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

add(name, face)
Summary:

Add a layer and face to the list of layers to be exported.

Parameters:
isNone()

Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.