Dynamo Core Version 2.6.2.15705
Dynamo Revit 2.6.2.18430
Revit Version 2021
***Works on Revit 2023/2024 Dynamo When using OTB Node Surface.Thicken
I’ve cobbled together a graph (using lots of other peoples graphs that I’ve borrowed chunks from, I’m pretty new to this) which creates geometry around selected models elements (Via a Bounding Box), drops the top surface (where steelwork sits under a plank ect), offsets the surface by the thickness of the board before finally creating the geometry, selecting the category to place it on and applying a material.
It works and is saving us a lot of time, but there’s something I don’t understand (1) and there’s something that I would like to see if it could be improved (2).
-
If you rerun the graph, it will remove previously created geometry and replace it with the geometry around the current selected model elements. This happens even if you exit the graph and reopen it. The only way to work around it is to cut the geometry from the model and they re-paste it in place. I don’t understand whey this happens or how to prevent it.
-
The geometry created is a Revit Direct Shape and is therefore apparently un-editable once its created. I cant even change its material as it doesn’t appear to have a material parameter (workaround it to paint it). Is there a way to create a different type of geometry (model in place?) or somehow apply a wall family to the bounding box etc.
Graph is below, screen shot below that.
Fire_Protection_To_Steel1.dyn (29.7 KB)