ReadSTL(Stream, Boolean) Constructor

Constructor with stream and lightWeight specifications.
Public Sub New( _ 
ByVal stream As Stream, _ 
ByVal lightWeight As Boolean
)
This language is not supported or no code example is available.
public ReadSTL( 
Stream stream
bool lightWeight 
)
This language is not supported or no code example is available.

Parameters

stream
Stream

The file stream

lightWeight
bool

When true the mesh is loaded in light weight mode

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition