Click or drag to resize

DrawingCADExportSettings Class

返回用户文档首页
图纸导出CAD文件的参数类
Inheritance Hierarchy
SystemObject
  LoongCAD.STCDrawingCADExportSettings

Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public class CADExportSettings

The DrawingCADExportSettings type exposes the following members.

Constructors
 NameDescription
Public methodDrawingCADExportSettingsInitializes a new instance of the DrawingCADExportSettings class
Top
Properties
 NameDescription
Public propertyFilenameRules 文件名规则,取值可参考DrawingAttributeNames
Public propertyFilenameSeperator 文件名不同规则之间的分隔符,默认为"-"
Public propertyScale 缩放比例,仅当ScaleMode为Specific时有效
Public propertyScaleMode 缩放模式,DrawingCADExportSettingsCADScaleMode
Public propertyTargetDirectory 导出的目标文件夹
Public propertyTargetFormat 导出的目标CAD格式,DrawingCADExportSettingsCADFormat
Public propertyTargetVersion 导出的目标CAD版本,DrawingCADExportSettingsCADVersion
Top
Methods
 NameDescription
Public methodAddFilenameRule 添加文件名规则,取值可参考DrawingAttributeNames
Public methodClearFilenameRule 清空文件名规则
Public methodToDObject 
Top
See Also