ReadSTL(Stream, Boolean, Boolean, natureType) Constructor

Constructor with stream, light weight and mesh nature specifications.
Public Sub New( _ 
ByVal stream As Stream, _ 
ByVal lightWeight As Boolean, _ 
ByVal splitDisjoint As Boolean, _ 
ByVal meshNature As natureType
)
This language is not supported or no code example is available.
public ReadSTL( 
Stream stream
bool lightWeight
bool splitDisjoint
natureType meshNature 
)
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

splitDisjoint
bool

Divides into separate objects meshes that do not connect

meshNature
natureType

The mesh nature type of the resulting meshes

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition