WriteSTL(WriteParams, Stream, Double, Boolean) Constructor

To stream with document and deviation constructor. The exported model will be regenerated with specified deviation.
Public Sub New( _ 
ByVal writeParams As WriteParams, _ 
ByVal stream As Stream, _ 
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
Stream stream
double deviation
bool ascii = false 
)
This language is not supported or no code example is available.

Parameters

writeParams
WriteParams

The WriteParams

stream
Stream

The file stream

deviation
double

The maximum deviation

ascii
bool

ASCII file format. This file format supports multiple parts.

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition