WriteOBJ(WriteParamsWithMaterials, Stream) Constructor

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

Parameters

writeParams
WriteParamsWithMaterials

The WriteParamsWithMaterials

stream
Stream

The file stream

Remarks
 
The material file will be NOT written.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition