build_plate_with_hole_pattern
Create a rectangular plate with through holes specified by positions or a bolt circle pattern.
Instructions
Build a rectangular plate and drill drawing-grounded through holes.
Use either explicit hole_positions_mm or a bolt circle
(bolt_circle_diameter_mm + bolt_count). The rectangle is drawn from
(origin_x_mm, origin_y_mm) to (origin_x_mm + width, origin_y_mm + height).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plane | No | front | |
| width_mm | Yes | ||
| height_mm | Yes | ||
| bolt_count | No | ||
| origin_x_mm | No | ||
| origin_y_mm | No | ||
| thickness_mm | Yes | ||
| angle_offset_deg | No | ||
| hole_diameter_mm | Yes | ||
| hole_positions_mm | No | ||
| reverse_direction | No | ||
| bolt_circle_center_x_mm | No | ||
| bolt_circle_center_y_mm | No | ||
| bolt_circle_diameter_mm | No |