Hi all,
is there a way to extract the walls (with the holes from apertures cut out) from the HB model?
Hi all,
is there a way to extract the walls (with the holes from apertures cut out) from the HB model?
Did you try the VizByType component (walls output)?
-A.
If you want the āpunched geomā as a brep:
āFaceā has a punched_geometry prop
import ladybug_rhino.fromgeometry as fg
punched_brep_ = fg.from_face3d_to_solid(_face.punched_geometry, 0)
punched_geom.gh (15.4 KB)
Yes, butthat way youāll get walls and windows. But the walls donāt have the hole from the windows
I canāt check right now, but iām pretty sure you get the mesh walls with the holes on them.
Will check tomorrow.
-A.
@Mathiassn @AbrahamYezioro is right viz by type does it too
idk why I kneejerk āuses SDKā for like everythingā¦ #does_extra_work_all_the_time smdh lol
@TrevorFedyna FYI:
-A.
Thaaaaaat explains a few things Iād ran into the other day and just threw a work around at rather than thinking deeper on the matter. Ty!