Click or drag to resize

DWGExportSettings Class

返回用户文档首页
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.ExchangeDWGExportSettings

Namespace: LoongCAD.STC.Friendly.Exchange
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.18 (2025.0.9.18)
Syntax
C#
public class DWGExportSettings

The DWGExportSettings type exposes the following members.

Constructors
 NameDescription
Public methodDWGExportSettingsInitializes a new instance of the DWGExportSettings class
Top
Properties
 NameDescription
Public propertyBoltQuality 导出螺栓精度,默认为BoltQualityEnum.NORMAL
Public propertyDWGVersion 
Public propertyPartMode 导出零件模式,默认为PartModeEnum.MESH
Public propertyPartQuality 导出零件精度,默认为PartQualityEnum.NORMAL
Public propertyWithBolt 是否导出螺栓,默认为true
Public propertyWithCutter 是否导出切割体,默认为true
Public propertyWithInnerBorder 是否导出内轮廓,默认为true
Top
See Also