WriteOBJ(WriteParamsWithMaterials, String, Double) Constructor

Document and deviation constructor. The exported model will be regenerated with specified deviation.
Public Sub New( _ 
ByVal writeParams As WriteParamsWithMaterials, _ 
ByVal fileName As String, _ 
ByVal deviation As Double
)
This language is not supported or no code example is available.
public WriteOBJ( 
WriteParamsWithMaterials writeParams
string fileName
double deviation 
)
This language is not supported or no code example is available.

Parameters

writeParams
WriteParamsWithMaterials

The WriteParamsWithMaterials

fileName
string

The file name (with the *.obj extension)

deviation
double

The maximum deviation

Remarks
 
If the file already exists, it will be overwritten.

.NET Framework

Supported in: 4.8

In this article

Definition