ReadIFC(Stream, Double) Constructor

Constructor with stream.
Public Sub New( _ 
ByVal stream As Stream, _ 
Optional ByVal deviation As Double = 0 _ 
)
This language is not supported or no code example is available.
public ReadIFC( 
Stream stream
double deviation = 0 
)
This language is not supported or no code example is available.

Parameters

stream
Stream

The file stream

deviation
double

The deviation used to build the geometry. If zero it's computed based on the elements size.

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition