ladybug_rhino.bakegeometry module

Functions to bake from Ladybug geometries into a Rhino document.

ladybug_rhino.bakegeometry.bake_arc2d(arc, z=0, layer_name=None, attributes=None)[source]

Add ladybug Arc2D to the Rhino scene as an Arc or a Circle.

ladybug_rhino.bakegeometry.bake_arc3d(arc, layer_name=None, attributes=None)[source]

Add ladybug Arc3D to the Rhino scene as an Arc or Circle.

ladybug_rhino.bakegeometry.bake_cone(cone, layer_name=None, attributes=None)[source]

Add ladybug Cone to the Rhino scene as a Brep.

ladybug_rhino.bakegeometry.bake_cylinder(cylinder, layer_name=None, attributes=None)[source]

Add ladybug Cylinder to the Rhino scene as a Brep.

ladybug_rhino.bakegeometry.bake_face3d(face, layer_name=None, attributes=None)[source]

Add ladybug Face3D to the Rhino scene as a Brep.

ladybug_rhino.bakegeometry.bake_linesegment2d(line, z=0, layer_name=None, attributes=None)[source]

Add ladybug LineSegment2D to the Rhino scene as a Line.

ladybug_rhino.bakegeometry.bake_linesegment3d(line, layer_name=None, attributes=None)[source]

Add ladybug LineSegment3D to the Rhino scene as a Line.

ladybug_rhino.bakegeometry.bake_mesh2d(mesh, z=0, layer_name=None, attributes=None)[source]

Add ladybug Mesh2D to the Rhino scene as a Mesh.

ladybug_rhino.bakegeometry.bake_mesh3d(mesh, layer_name=None, attributes=None)[source]

Add ladybug Mesh3D to the Rhino scene as a Mesh.

ladybug_rhino.bakegeometry.bake_mesh3d_as_hatch(mesh, layer_name=None, attributes=None)[source]

Add ladybug Mesh3D to the Rhino scene as a colored hatch.

ladybug_rhino.bakegeometry.bake_plane(plane, layer_name=None, attributes=None)[source]

Add ladybug Plane to the Rhino scene as a Rectangle.

ladybug_rhino.bakegeometry.bake_point2d(point, z=0, layer_name=None, attributes=None)[source]

Add ladybug Point2D to the Rhino scene as a Point.

ladybug_rhino.bakegeometry.bake_point3d(point, layer_name=None, attributes=None)[source]

Add ladybug Point3D to the Rhino scene as a Point.

ladybug_rhino.bakegeometry.bake_polyface3d(polyface, layer_name=None, attributes=None)[source]

Add ladybug Polyface3D to the Rhino scene as a Brep.

ladybug_rhino.bakegeometry.bake_polygon2d(polygon, z=0, layer_name=None, attributes=None)[source]

Add ladybug Polygon2D to the Rhino scene as a Polyline.

ladybug_rhino.bakegeometry.bake_polyline2d(polyline, z=0, layer_name=None, attributes=None)[source]

Add ladybug Polyline2D to the Rhino scene as a Curve.

ladybug_rhino.bakegeometry.bake_polyline3d(polyline, layer_name=None, attributes=None)[source]

Add ladybug Polyline3D to the Rhino scene as a Curve.

ladybug_rhino.bakegeometry.bake_ray2d(ray, z=0, layer_name=None, attributes=None)[source]

Add ladybug Ray2D to the Rhino scene as a Line with an Arrowhead.

ladybug_rhino.bakegeometry.bake_ray3d(ray, layer_name=None, attributes=None)[source]

Add ladybug Ray2D to the Rhino scene as a Line with an Arrowhead.

ladybug_rhino.bakegeometry.bake_sphere(sphere, layer_name=None, attributes=None)[source]

Add ladybug Sphere to the Rhino scene as a Brep.

ladybug_rhino.bakegeometry.bake_vector2d(vector, z=0, layer_name=None, attributes=None)[source]

Add ladybug Ray2D to the Rhino scene as a Line with an Arrowhead.

ladybug_rhino.bakegeometry.bake_vector3d(vector, layer_name=None, attributes=None)[source]

Add ladybug Ray2D to the Rhino scene as a Line with an Arrowhead.