WriteOBJ(WriteParamsWithMaterials, Stream, Double) Constructor

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

Parameters

writeParams
WriteParamsWithMaterials

The WriteParamsWithMaterials

stream
Stream

The file stream

deviation
double

The maximum deviation

Remarks
 
The material file will be NOT written.

.NET Framework

Supported in: 4.8

In this article

Definition