DrawingCADExport |
public class CADExportSettings
The DrawingCADExportSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | DrawingCADExportSettings | Initializes a new instance of the DrawingCADExportSettings class |
Name | Description | |
---|---|---|
![]() | FilenameRules | 文件名规则,取值可参考DrawingAttributeNames |
![]() | FilenameSeperator | 文件名不同规则之间的分隔符,默认为"-" |
![]() | Scale | 缩放比例,仅当ScaleMode为Specific时有效 |
![]() | ScaleMode | 缩放模式,DrawingCADExportSettingsCADScaleMode |
![]() | TargetDirectory | 导出的目标文件夹 |
![]() | TargetFormat | 导出的目标CAD格式,DrawingCADExportSettingsCADFormat |
![]() | TargetVersion | 导出的目标CAD版本,DrawingCADExportSettingsCADVersion |
Name | Description | |
---|---|---|
![]() | AddFilenameRule | 添加文件名规则,取值可参考DrawingAttributeNames |
![]() | ClearFilenameRule | 清空文件名规则 |
![]() | ToDObject |