I'm trying to run json2ifc with a simple json test file, to convert it to ifc.
I get an error:
json2ifc.py", line 28, in <module>
ifc_json = ifcjson.JSON2IFC(jsonFilePath)
AttributeError: module 'ifcjson' has no attribute 'JSON2IFC'
Is conversion from json to ifc supported at this point? I read "round-tripping is supported", therefore my question....
I'm trying to run json2ifc with a simple json test file, to convert it to ifc.
I get an error:
Is conversion from json to ifc supported at this point? I read "round-tripping is supported", therefore my question....