WriteAutodeskParams(Model, Drawings, Boolean, Boolean, Double) Constructor

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

Parameters

model
Model

The Model.

drawings
Drawings

The Drawings.

selectedOnly
bool

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

explodeViews
bool

If true, the view entities are exported as blockReference.

deviation
double

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

.NET Framework

Supported in: 4.8

In this article

Definition