polar_pattern
Create radial patterns of features around an axis, ideal for bolt circles and gear tooth rings. Specify original features, axis reference, total angle, and number of copies.
Instructions
Repeat features radially around a sketch axis (PartDesign::PolarPattern).
axis_sketch/axis MUST name the sketch that owns the H_Axis/V_Axis/N_Axis
datum to rotate around — see linear_pattern for why a feature's Profile
link cannot be used directly. This is the tool for bolt circles and
gear-tooth rings.
Args:
doc_name: The name of the document.
body_name: The name of the PartDesign::Body.
name: The name to give the new PolarPattern feature.
originals: Names of the feature(s) to repeat (e.g. one hole Pocket).
axis_sketch: Name of the sketch owning the axis datum to rotate around.
axis: Which datum on axis_sketch: "H_Axis", "V_Axis", or "N_Axis".
angle: Total angular span in degrees (360 for a full bolt circle).
occurrences: Total number of copies, including the original (>= 2).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | N_Axis | |
| name | Yes | ||
| angle | No | ||
| doc_name | Yes | ||
| body_name | Yes | ||
| originals | Yes | ||
| axis_sketch | Yes | ||
| occurrences | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |