Object
ExportOptionsAutoCAD
Options which may be supplied when exporting a document to AutoCAD formats (.dwg or .dxf)
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| static | Boolean = false | read/write | Alter paths for appearance. |
| static | AutoCADColors = AutoCADColors.TrueColors | read/write | Number of colors to export into the AutoCAD file. |
| static | Boolean = false | read/write | Whether to convert text to outlines. |
| static | AutoCADExportFileFormat = AutoCADExportFileFormat.DWG | read/write | Which format to export the file as. |
| static | AutoCADExportOption = AutoCADExportOption.MaximumEditability | read/write | Whether to preserve appearance or editability during export. |
| static | Boolean = false | read/write | Export selected art only. |
| static | AutoCADRasterFormat = AutoCADRasterFormat.PNG | read/write | Raster format in which to export raster art. |
| static | Boolean = false | read/write | Whether to scale lineweights by the same amount as rest of the drawing. |
| static | AutoCADUnit = AutoCADUnit.Millimeters | read/write | Units from which to map. |
| static | Number = 1.0 | read/write | Ratio by which to scale the output. |
| static | AutoCADCompatibility = AutoCADCompatibility.AutoCADRelease24 | read/write | Release of AutoCAD to export to. |