Looking for some tools for coordination workflows

edited April 1 in General

I've been using the Bonsai for some months with personal success for some topics like preparing IFCs from ArchiCAD for use in Revit, dividing IFC and eliminating elements. So, mostly general use of the patch recipes.
I presented the tool to my team and they were interested. We are trying to replicate three workflows that we now do with import and export of the IFCs in Revit or Desite: (1) Moving the IFC-Site to a new point without moving the rest of the objects. (2) Giving coordinates in a specific point selected in the interface. And (3) Removing empty floor or level definitions, with no objects.
I can not find something similar in the documentation, so I am asking if someone has a workflow or script that attends any of the requirements of my team.

steverugiAce

Comments

  • For 2, the best tool is the SetFalseOrigin patch. For 1, it's a one-line script call to ifcopenshell.api.geometry.edit_object_placement. For 3, it's a few lines of code to first check if it has no objects (i.e. check util.get_decomposition) and then call api.root.remove_product.

    AceOwura_qu
Sign In or Register to comment.