ReadSTL(String, natureType) Constructor

File name and mesh nature settings constructor.
Public Sub New( _ 
ByVal fileName As String, _ 
ByVal meshNature As natureType
)
This language is not supported or no code example is available.
public ReadSTL( 
string fileName
natureType meshNature 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The file name

meshNature
natureType

The mesh nature type of the resulting meshes.

.NET Framework

Supported in: 4.8

In this article

Definition