Read3DS(String, Double) Constructor

File name and smoothing angle constructor.
Public Sub New( _ 
ByVal fileName As String, _ 
ByVal smoothingAngle As Double
)
This language is not supported or no code example is available.
public Read3DS( 
string fileName
double smoothingAngle 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The file name.

smoothingAngle
double

The angular value (in radians) used by normal averaging and sharp edges calculation of loaded mesh.

.NET Framework

Supported in: 4.8

In this article

Definition