OSArch OSArch
Categories
Discussions
Wiki
Live Chat
Back to OSArch.org
Sign In · Register
Sign In · Register
Categories
Discussions
Activity
Sign In · Register
Home › Search
  1. IfcOpenshell inside Bonsai: load new elements without reloading the whole file?

    theoryshaw
    by theoryshaw · September 2024
    def load_ifc_automatically(): if (bool(ifc_file)) == True: project = ifc_file.by_type('IfcProject') if project is not None: for i in project: collection_name
  2. IfcOpenshell inside Bonsai: load new elements without reloading the whole file?

    theoryshaw
    by theoryshaw · September 2024
    * https://community.osarch.org/search?Search=load_ifc_automatically
  3. [IfcOpenShell-Python] How do I change the color from an ifc entity?

    Coen
    by Coen · December 2022
    + filename)ifc_file.write(file_path)def load_ifc_automatically(): if (bool(ifc_file)) == True: project = ifc_file.by_type('IfcProject') if project is not None: for i in pr
  4. Batch-Generate a library of IfcWallType with varying thickness

    Coen
    by Coen · December 2022
    (Quote)
  5. Batch-Generate a library of IfcWallType with varying thickness

    theoryshaw
    by theoryshaw · December 2022
    Also added a little routine, here, to remove materials with your load_ifc_automatically function.
  6. [IfcOpenShell] Removing IFC data

    Coen
    by Coen · July 2022
    def load_ifc_automatically(): if (bool(ifc_file)) == True: project = ifc_file.by_type('IfcProject') if project is not None: for i in project: collection_name

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register

Except where otherwise noted, content on this site added after June 2021 is licensed under a Creative Commons Attribution 4.0 International license .

Powered By Vanilla