Click or drag to resize

DrawingCADExportSettings Class

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

Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
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 propertyScale 缩放比例,仅当ScaleMode为Specific时有效
Public propertyScaleMode 缩放模式,DrawingCADExportSettingsCADScaleMode
Public propertyTargetFormat 导出的目标CAD格式,DrawingCADExportSettingsCADFormat
Public propertyTargetVersion 导出的目标CAD版本,DrawingCADExportSettingsCADVersion
Top
Methods
 NameDescription
Public methodToDObject 
Top
See Also