Table of Contents

Method Open

Namespace
vdIFC
Assembly
vdIFC.dll

Open(string, IFCImportPropertiesFlags)

Read the passed IFC filename and returns a new vdIFCDocument that filled with the passed file IFC elements

public vdIFCDocument Open(string filename, vdFileProperties.IFCImportPropertiesFlags importflags = IFCImportPropertiesFlags.Default)

Parameters

filename string

An exisiting file with ".ifc" extension

importflags vdFileProperties.IFCImportPropertiesFlags

See vdFileProperties.IFCImportPropertiesFlags fo avaliable values.Default value is Default

Returns

vdIFCDocument

A new vdIFCDocument that filled with the passed file IFC elements

Examples

for example see New(LengthUnits) method