ReadSTL(String, Boolean) Constructor

File name and light weight settings constructor.
Public Sub New( _ 
ByVal fileName As String, _ 
ByVal lightWeight As Boolean
)
This language is not supported or no code example is available.
public ReadSTL( 
string fileName
bool lightWeight 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The file name

lightWeight
bool

When true the mesh is loaded in light weight mode.

.NET Framework

Supported in: 4.8

In this article

Definition