FileDwgWriteOptions Class |
Namespace: Rhino.FileIO
The FileDwgWriteOptions type exposes the following members.
Name | Description | |
---|---|---|
FileDwgWriteOptions | Initializes a new instance of the FileDwgWriteOptions class |
Name | Description | |
---|---|---|
ColorMethod | pallette index: clrACI, RGB: clrRGB | |
CurveChordHeight | Absolute distance from pline to nurb | |
CurveMaxAngleDegrees | Angle between pline segments in writing curve | |
CurveMaxAngleRadians | Angle between pline segments in writing curve | |
CurveSegmentLength | Max length for any polyline segment | |
CurveUseChordHeight | ||
CurveUseMaxAngle | ||
CurveUseSegmentLength | ||
ExportArcsAs | ||
ExportLinesAs | ||
ExportMeshesAs | Rhino meshes as polyface meshes or 3dfaces | |
ExportPolycurvesAs | ||
ExportPolylinesAs | ||
ExportSplinesAs | ||
ExportSurfacesAs | Rhino surcaces as meshes(0) or curves(1) or acis(2) | |
Flatten | Project to cplane or view | |
FullLayerPath | write layernames as Parent$Child or Child | |
IsDefault | ||
MinPointDistance | ||
NoDxfHeader | write an entities only dxf file ( R12 only) | |
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 | |
Simplify | use lines and arcs where possible | |
SimplifyTolerance | ||
SplitPolycurves | Explode polycurves before exporting | |
SplitSplines | Split splines at FMKs before exporting | |
UseLWPolylines | ||
Version |
Version of DWG file to write
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToDictionary |
Create a dictionary of these options. This dictionary can be passed to the
RhinoDoc.Export function
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |