WriteOBJ(WriteParamsWithMaterials, String) Constructor

Standard constructor with document and filename.
Public Sub New( _ 
ByVal writeParams As WriteParamsWithMaterials, _ 
ByVal fileName As String
)
This language is not supported or no code example is available.
public WriteOBJ( 
WriteParamsWithMaterials writeParams
string fileName 
)
This language is not supported or no code example is available.

Parameters

writeParams
WriteParamsWithMaterials

The WriteParamsWithMaterials

fileName
string

The file name (it must include the extension)

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition