ReadIGES(Stream, Boolean) Constructor

File stream constructor.
Public Sub New( _ 
ByVal stream As Stream, _ 
Optional ByVal applyScaling As Boolean = false _ 
)
This language is not supported or no code example is available.
public ReadIGES( 
Stream stream
bool applyScaling = false 
)
This language is not supported or no code example is available.

Parameters

stream
Stream

The file stream

applyScaling
bool

Applies IGES model space scale

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition