WriteSTL(Environment, Stream, Boolean, Boolean) Constructor

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

Standard constructor with stream.
Public Sub New( _ 
ByVal environment As Environment, _ 
ByVal stream As Stream, _ 
Optional ByVal ascii As Boolean = false, _ 
Optional ByVal selectedOnly As Boolean = false _ 
)
This language is not supported or no code example is available.
public WriteSTL( 
Environment environment
Stream stream
bool ascii = false, 
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

ascii
bool

ASCII file format. This file format supports multiple parts.

selectedOnly
bool

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

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition