Activity for Francesco Peverini

  • Francesco Peverini Francesco Peverini modified a comment on discussion Open Discussion

    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()...

  • Francesco Peverini Francesco Peverini modified a comment on discussion Open Discussion

    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()...

  • Francesco Peverini Francesco Peverini modified a comment on discussion Open Discussion

    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()...

  • Francesco Peverini Francesco Peverini modified a comment on discussion Open Discussion

    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()...

  • Francesco Peverini Francesco Peverini posted a comment on discussion Open Discussion

    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)...

  • Francesco Peverini Francesco Peverini modified a comment on discussion Open Discussion

  • Francesco Peverini Francesco Peverini posted a comment on discussion Open Discussion

    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)...

  • Francesco Peverini Francesco Peverini posted a comment on discussion Open Discussion

    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

1