CadLoadOptions class
Leave feedback
On this page
Provides options for loading CAD documents.
The CadLoadOptions type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes new instance of CadLoadOptions class. |
| 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) |
| 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. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.