Table of Contents

Class DxfExchanger.DxfSettings

Namespace
Macad.Exchange
Assembly
Macad.Exchange.dll
public class DxfExchanger.DxfSettings : IExchangerSettings
Inheritance
object
DxfExchanger.DxfSettings
Implements

Constructors

public DxfSettings()

Properties

public bool ExportBinary { get; set; }
Property Value: bool

public bool ExportEllipseAsPolygon { get; set; }
Property Value: bool

public double ExportPolygonPrecision { get; set; }
Property Value: double

public bool ExportSplineAsPolygon { get; set; }
Property Value: bool

public DxfVersion ExportVersion { get; set; }
Property Value: DxfVersion

public double ImportMergePointPrecision { get; set; }
Property Value: double

public bool ImportMergePoints { get; set; }
Property Value: bool

public DxfScaling ImportScaling { get; set; }
Property Value: DxfScaling