I managed to convert the ifc file into a glb file. I used this code, but i have a problem. After i call .finalize() I have to open the glb file and then upload on CMIS but the file isn't already "finished", in my folder there are vertices and indices tmp files yet. Is there another function to call to "close" the serialized file? f = ifcopenshell.open(filename) ifcopenshell.ifcopenshell_wrapper.turn_off_detailed_logging() ifcopenshell.ifcopenshell_wrapper.set_log_format_json() settings = geom.settings()...
I managed to convert the ifc file into a glb file. I used this code, but i have a problem. After i call .finalize() I have to open the glb file and then upload on CMIS but the file isn't already "finished", in my folder there are vertices and indices tmp files yet. Is there another function to call to "close" the serialized file? ~~~f = ifcopenshell.open(filename) ifcopenshell.ifcopenshell_wrapper.turn_off_detailed_logging() ifcopenshell.ifcopenshell_wrapper.set_log_format_json() settings = geom.settings()...
I managed to convert the ifc file into a glb file. I used this code, but i have a problem. After i call .finalize() I have to open the glb file and then upload on CMIS but the file isn't already "finished", in my folder there are vertices and indices tmp files yet. Is there another function to call to "close" the serialized file? ~~~ f = ifcopenshell.open(filename) ifcopenshell.ifcopenshell_wrapper.turn_off_detailed_logging() ifcopenshell.ifcopenshell_wrapper.set_log_format_json() settings = geom.settings()...
I managed to convert the ifc file into a glb file. I used this code, but i have a problem. After i call .finalize() I have to open the glb file and then upload on CMIS but the file isn't already "finished", in my folder there are vertices and indices tmp files yet. Is there another function to call to "close" the serialized file? f = ifcopenshell.open(filename) ifcopenshell.ifcopenshell_wrapper.turn_off_detailed_logging() ifcopenshell.ifcopenshell_wrapper.set_log_format_json() settings = geom.settings()...
I managed to convert the ifc file into a glb file. I used this code, but i have a problem. After i call .finalize() I have to open the glb file and then upload on CMIS but the file isn't already "finished", in my folder there are vertices and indices tmp files yet. f = ifcopenshell.open(filename) ifcopenshell.ifcopenshell_wrapper.turn_off_detailed_logging() ifcopenshell.ifcopenshell_wrapper.set_log_format_json() settings = geom.settings() settings = ifcopenshell.geom.settings(APPLY_DEFAULT_MATERIALS=True)...
I managed to convert the ifc file into a glb file. I used this code, but i have a problem. After i call .finalize() I have to open the glb file and then upload on CMIS but the file isn't already "finished", in my folder there are vertices and indices tmp files yet. f = ifcopenshell.open(filename) ifcopenshell.ifcopenshell_wrapper.turn_off_detailed_logging() ifcopenshell.ifcopenshell_wrapper.set_log_format_json() settings = geom.settings() settings = ifcopenshell.geom.settings(APPLY_DEFAULT_MATERIALS=True)...
Hi, is it possible to convert ifc file to gltf using ifcopenshell library in python? I'd like to avoid the use of IfcConvert.exe