Click or drag to resize

DXFExportSettings Class

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

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 DXFExportSettings

The DXFExportSettings type exposes the following members.

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