WriteOBJ(Environment, Stream, Double, Boolean) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the WriteParams instead.

To stream with deviation constructor. The exported model will be regenerated with specified deviation.
Public Sub New( _ 
ByVal environment As Environment, _ 
ByVal stream As Stream, _ 
ByVal deviation As Double, _ 
Optional ByVal selectedOnly As Boolean = false _ 
)
This language is not supported or no code example is available.
public WriteOBJ( 
Environment environment
Stream stream
double deviation
bool selectedOnly = false 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

The Environment control

stream
Stream

The file stream

deviation
double

The maximum deviation

selectedOnly
bool

When true, only selected entities at root level are written.

Remarks
 
The material file will be NOT written.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition