WriteSTL(Environment, String, Double, Boolean, Boolean) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the WriteParams instead.

Deviation constructor. The exported model will be regenerated with specified deviation.
Public Sub New( _ 
ByVal environment As Environment, _ 
ByVal fileName As String, _ 
ByVal deviation As Double, _ 
Optional ByVal ascii As Boolean = false, _ 
Optional ByVal selectedOnly As Boolean = false _ 
)
This language is not supported or no code example is available.
public WriteSTL( 
Environment environment
string fileName
double deviation
bool ascii = false, 
bool selectedOnly = false 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

The Environment control

fileName
string

The file name (with *.stl extension)

deviation
double

The maximum deviation

ascii
bool

ASCII file format. This file format supports multiple parts.

selectedOnly
bool

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

Remarks
 
If the file already exists, it will be overwritten.

.NET Framework

Supported in: 4.8

In this article

Definition