ladybug_rhino.fromhoneybee module¶
Functions to translate from Honeybee geometries to Rhino geometries.
- ladybug_rhino.fromhoneybee.from_aperture(aperture)[source]¶
Rhino Breps from a Honeybee Aperture (with shades).
The first Brep in the returned result is the Aperture. All following Breps are Aperture-assigned Shades.
- ladybug_rhino.fromhoneybee.from_aperture_to_wireframe(aperture)[source]¶
Rhino PolyLineCurves from a Honeybee Aperture (with shades).
- ladybug_rhino.fromhoneybee.from_door(door)[source]¶
Rhino Breps from a Honeybee Door (with shades).
The first Brep in the returned result is the Door. All following Breps are Door-assigned Shades.
- ladybug_rhino.fromhoneybee.from_door_to_wireframe(door)[source]¶
Rhino PolyLineCurves from a Honeybee Door (with shades).
- ladybug_rhino.fromhoneybee.from_face(face)[source]¶
Rhino Breps from a Honeybee Face (with shades).
The first Brep in the returned result is the Face (with Apertures and Doors joined into it). All following Breps are assigned Shades.
- ladybug_rhino.fromhoneybee.from_face_to_wireframe(face)[source]¶
Rhino PolyLineCurves from a Honeybee Face (with shades).
- ladybug_rhino.fromhoneybee.from_hb_objects(hb_objects)[source]¶
Rhino Breps and Meshes from a list of any Honeybee geometry objects.
Any Honeybee geometry object may be input to this method (Model, Room, Face, Aperture, Door, Shade, ShadeMesh). The returned result will always have Breps first and Meshes last (if applicable).
- ladybug_rhino.fromhoneybee.from_hb_objects_to_wireframe(hb_objects)[source]¶
Rhino PolyLineCurves and Meshes from a list of any Honeybee geometry objects.
- ladybug_rhino.fromhoneybee.from_model(model)[source]¶
Rhino Breps and Meshes from a Honeybee Model.
The first Breps in the returned result will be joined Polyface Breps for each Room in the Model. This will be followed by Breps for orphaned objects, which will be followed by Breps for Shades assigned to any parent objects. Lastly, there will be Meshes for any ShadeMeshes in the Model.
- ladybug_rhino.fromhoneybee.from_model_to_wireframe(model)[source]¶
Rhino PolyLineCurves and Meshes from a Honeybee Model.
- ladybug_rhino.fromhoneybee.from_room(room)[source]¶
Rhino Breps from a Honeybee Room (with shades).
The first Brep in the returned result is a joined Polyface Brep for the Room. All following Breps are assigned Shades.
- ladybug_rhino.fromhoneybee.from_room_to_wireframe(room)[source]¶
Rhino PolyLineCurves from a Honeybee Room (with shades).
- ladybug_rhino.fromhoneybee.from_shade_mesh(shade_mesh)[source]¶
Rhino Mesh from a Honeybee ShadeMesh.