WriteAutodeskParams(Drawings, Boolean, Double) Constructor

Constructor with the Drawings in the Model.
Public Sub New( _ 
ByVal drawings As Drawings, _ 
Optional ByVal selectedOnly As Boolean = false, _ 
Optional ByVal deviation As Double = 1 _ 
)
This language is not supported or no code example is available.
public WriteAutodeskParams( 
Drawings drawings
bool selectedOnly = false, 
double deviation = 1 
)
This language is not supported or no code example is available.

Parameters

drawings
Drawings

The Drawings.

selectedOnly
bool

If true, only selected entities at root level are written.

deviation
double

Ellipse and Spline tessellation tolerance. Affects only versionType.Release12 version.

Remarks
 
To export views in the model space the ExplodeViews property is set to true.

.NET Framework

Supported in: 4.8

In this article

Definition