create_rectangular_pattern
Create a rectangular pattern of a 3D body by specifying quantities and distances along two axes (X and Y).
Instructions
FreeCAD tool: create_rectangular_pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_body_name | No | Body name | |
| new_body_base_name | No | Body name | |
| quantity_one | No | Count in direction 1 | |
| distance_one | No | Distance 1 (mm) | |
| direction_one_axis | No | x|y|z | x |
| quantity_two | No | Count in direction 2 | |
| distance_two | No | Distance 2 (mm) | |
| direction_two_axis | No | x|y|z | y |