CadLoadOptions class

CadLoadOptions class

Provides options for loading CAD documents.

The CadLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes new instance of CadLoadOptions class.

Methods

Method Description
equals Determines whether two object instances are equal. (inherited from ValueObject)
equals_object (inherited from ValueObject)
equals_value_object (inherited from ValueObject)
get_hash_code Serves as the default hash function. (inherited from ValueObject)

Properties

Property Description
background_color The background color.
ctb_sources The CTB sources.
draw_color The foreground color.
draw_type The type of drawing.
format The input document file type.
layout_names The layout names to be converted.
layout_scope The layout scope that determines which drawing spaces are converted. Defaults to CadLayoutScope.both, which does not restrict the conversion. Ignored when CadLoadOptions.layout_names is supplied, because explicit layout names always win. A None value is treated as CadLayoutScope.both.

See Also