Circular pattern
onshape_circular_patternRepeat selected parts, faces, or features around an axis to create a circular pattern, controlling angle and number of instances.
Instructions
Repeat geometry around an axis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ws | Yes | Workspace id — the <ws> segment of the document URL. | |
| doc | Yes | Document id — the <doc> in cad.onshape.com/documents/<doc>/w/<ws>/e/<elem>. | |
| axis | No | FeatureScript query selecting the axis. | |
| elem | Yes | Element id (tab) — the <elem> segment of the document URL. | |
| name | No | Feature name shown in the tree (default "Circular Pattern"). | |
| type | No | What kind of thing is patterned (default PART). | |
| angle | No | Total angle covered, degrees (default 360). | |
| count | Yes | Total number of instances, including the original. | |
| axis_ids | No | Deterministic id of the axis entity. | |
| entities | Yes | FeatureScript query selecting what to pattern. | |
| validate | No | Re-read the feature list afterwards and fail if the feature regenerated with an error (default true). | |
| equal_spacing | No | Space instances evenly over the angle (default true). |