WriteSTL(WriteParams, Stream, Boolean) Constructor

Standard constructor with document and stream.
Public Sub New( _ 
ByVal writeParams As WriteParams, _ 
ByVal stream As Stream, _ 
Optional ByVal ascii As Boolean = false _ 
)
This language is not supported or no code example is available.
public WriteSTL( 
WriteParams writeParams
Stream stream
bool ascii = false 
)
This language is not supported or no code example is available.

Parameters

writeParams
WriteParams

The WriteParams

stream
Stream

The file stream

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