FileDwgWriteOptions
Options for writing a DWG file
Inheritance Hierarchy
System.Object
Rhino.FileIO.FileDwgWriteOptions
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class FileDwgWriteOptions
The FileDwgWriteOptions type exposes the following members.
Constructors
Name
Description
Public Method
FileDwgWriteOptions
Initializes a new instance of the FileDwgWriteOptions class
Properties
Name
Description
Public Property
ColorMethod
pallette index: clrACI, RGB: clrRGB
Public Property
CurveChordHeight
Absolute distance from pline to nurb
Public Property
CurveMaxAngleDegrees
Angle between pline segments in writing curve
Public Property
CurveMaxAngleRadians
Angle between pline segments in writing curve
Public Property
CurveSegmentLength
Max length for any polyline segment
Public Property
CurveUseChordHeight
Public Property
CurveUseMaxAngle
Public Property
CurveUseSegmentLength
Public Property
ExportArcsAs
Public Property
ExportLinesAs
Public Property
ExportMeshesAs
Rhino meshes as polyface meshes or 3dfaces
Public Property
ExportPolycurvesAs
Public Property
ExportPolylinesAs
Public Property
ExportSplinesAs
Public Property
ExportSurfacesAs
Rhino surcaces as meshes(0) or curves(1) or acis(2)
Public Property
Flatten
Project to cplane or view
Public Property
FullLayerPath
write layernames as Parent$Child or Child
Public Property
IsDefault
Public Property
MinPointDistance
Public Property
NoDxfHeader
write an entities only dxf file ( R12 only)
Public Property
PreserveArcNormals
Users wanted to use Pedit in AutoCAD to join them into plines and that didn’t work if the normals of arcs being joined are different. Default will be true and will change the behavior
Public Property
Simplify
use lines and arcs where possible
Public Property
SimplifyTolerance
Public Property
SplitPolycurves
Explode polycurves before exporting
Public Property
SplitSplines
Split splines at FMKs before exporting
Public Property
UseLWPolylines
Public Property
Version
Version of DWG file to write
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ToDictionary
Create a dictionary of these options. This dictionary can be passed to the RhinoDoc.Export function
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)