Custom changes - HoareLea/SAM_LadybugTools GitHub Wiki

HB Sensor Grid from Rooms

# join th floor faes into a Brep floor_faces = [from_face3d(face.geometry.flip()) for face in room.faces if isinstance(face.type, Floor) and isinstance(face.boundary_condition, Surface)]