Optional ReadonlyclassesList of IFC classes available in IFC file
Optional ReadonlyfloorsList of floors (storey levels) available in IFC file
ReadonlyhasSet to true if the change has not been parsed correctly. For example if this
happens for a .ifc or a .dwg file then it will not be possible to load the file.
Optionalheaderheader
Optionalschemas?: string[]The schema(s) declared in the IFC file.
Optional ReadonlyparserVersion of the parser that parsed this IFC file. Useful when we load IFC files which was parsed with old parsers to keep backwards compatibility. May be undefined if file was parsed before this property was introduced.
Optional ReadonlysitesList of sites in IFC file
Optional ReadonlystatisticsStatistics of IFC file
Optional Readonlydiagnostics?: { error?: number; information?: number; warning?: number }Number of issues encountered while processing the IFC file.
Optional Readonlyerror?: numberNumber of error diagnostics made during file processing
Optional Readonlyinformation?: numberNumber of informational diagnostics made during file processing
Optional Readonlywarning?: numberNumber of warning diagnostics made during file processing
Optional ReadonlyproductCount?: numberNumber of products in IFC file.
Indicates outcome of how the system processed, has not yet processed or is processing the IFC file.
Optional ReadonlytopThe transform of the topmost IfcLocalPlacement node in the IFC file. This tells us how the overall model is rotated, scaled and translated. Often very useful when determining why two IFC files do not align properly. One can often see that the translation or rotation part differs in those cases. The transform is expressed in meters.
ReadonlydistanceToOrigo: numberDistance to origo for topmost IfcLocalPlacement node.
ReadonlyurlURLs for blobs containing IFC data.
Optional Readonlygeom?: stringURL to IFC geometry file (needed for any 3D visualizations)
Optional Readonlygeom-feat?: stringURL to IFC geometric features file
Optional Readonlyidx?: stringURL to IFC index file (contains IFC product hierarchy)
Optional Readonlyprop?: stringURL to IFC property set file.
Optional Readonlyt8gd?: stringURL to IFC geometry v2 file (needed for any 3D visualizations)
Defines strongly typed metadata for IFC files.