Skip to content

FileDwgWriteOptions

Public Class

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

Initializes a new instance of the FileDwgWriteOptions class


Properties

Name

Description


Public Property

pallette index: clrACI, RGB: clrRGB


Public Property

Absolute distance from pline to nurb


Public Property

Angle between pline segments in writing curve


Public Property

Angle between pline segments in writing curve


Public Property

Max length for any polyline segment


Public Property

Public Property

Public Property

Public Property

Public Property

Public Property

Rhino meshes as polyface meshes or 3dfaces


Public Property

Public Property

Public Property

Public Property

Rhino surcaces as meshes(0) or curves(1) or acis(2)


Public Property

Project to cplane or view


Public Property

write layernames as Parent$Child or Child


Public Property

Public Property

Public Property

write an entities only dxf file ( R12 only)


Public Property

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

use lines and arcs where possible


Public Property

Public Property

Explode polycurves before exporting


Public Property

Split splines at FMKs before exporting


Public Property

Public Property

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

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.)