ReadSTL(Stream, natureType) Constructor

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

Parameters

stream
Stream

The file stream

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