xeokit-metadata icon indicating copy to clipboard operation
xeokit-metadata copied to clipboard

Support for IFC4x3

Open assaad977 opened this issue 1 year ago • 0 comments

hello i wonder if IFC4x3 are support to be used by xeokit-metada, im using xeokit-metadata version 1.0.2 with dotnet version 7.0.0, running on debian 11, the IFC im using is a IFC4x3, when u inject it to xeokit-metada i got the following error :

System.IO.FileLoadException: path_to_ifc/TOI-Y3-0000A.ifc is not a valid IFC file format, ifc, ifcxml, ifczip and xBIM are supported.
   at Xbim.Ifc.IfcStore.Open(String path, XbimEditorCredentials editorDetails, Nullable`1 ifcDatabaseSizeThreshHold, ReportProgressDelegate progDelegate, XbimDBAccess accessMode, Int32 codePageOverride)
   at XeokitMetadata.MetaModel.fromIfc(String ifcPath) in /Users/daniel/developer/bimspot/xeokit-metadata/xeokit/xeokit-metadata/MetaModel.cs:line 109
   at XeokitMetadata.Program.Main(String[] args) in /Users/daniel/developer/bimspot/xeokit-metadata/xeokit/xeokit-metadata/Program.cs:line 45

i have noticed that on your release 0.0.3 u support IFC4

assaad977 avatar Mar 23 '23 10:03 assaad977