WriteSTL(WriteParams, String, Double, Boolean) Constructor

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

Parameters

writeParams
WriteParams

The WriteParams

fileName
string

The file name (with *.stl extension)

deviation
double

The maximum deviation

ascii
bool

ASCII file format. This file format supports multiple parts.

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

.NET Framework

Supported in: 4.8

In this article

Definition