ReadSTL(String, Boolean, natureType) Constructor

File name, light weight and mesh nature settings constructor.
Public Sub New( _ 
ByVal fileName As String, _ 
ByVal lightWeight As Boolean, _ 
ByVal meshNature As natureType
)
This language is not supported or no code example is available.
public ReadSTL( 
string fileName
bool lightWeight
natureType meshNature 
)
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.

meshNature
natureType

The mesh nature type of the resulting meshes.

.NET Framework

Supported in: 4.8

In this article

Definition