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
filenamestringAn exisiting file with ".ifc" extension
importflagsvdFileProperties.IFCImportPropertiesFlagsSee 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