ReadIFC(String, Double) Constructor

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

Parameters

fileName
string

The file name

deviation
double

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

.NET Framework

Supported in: 4.8

In this article

Definition