add_rib
Add a straight stiffening rib or gusset parallel to the Front plane, defined by edge endpoints, thickness, height, and fill direction. Returns mass properties after extending to meet the part.
Instructions
Add a straight stiffening rib / gusset in a plane parallel to the Front plane.
start_mm/end_mm = [x, y] ends of the rib's free edge (add_extruded_profile coordinates); the plane sits at height z_mm. The rib grows toward toward_mm (any [x, y] point on the side to fill, e.g. the inner corner of an L-bracket) until it meets the part, thickness_mm thick, centred on the plane. Returns mass properties: a triangular gusset with legs a and b adds a*b/2 * thickness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Rib | |
| z_mm | Yes | ||
| end_mm | Yes | ||
| start_mm | Yes | ||
| toward_mm | Yes | ||
| thickness_mm | Yes |