Polar Array
entity_array_polarCreate a circular array of entity copies around a center point in AutoCAD. Specify count, fill angle, and center coordinates to generate the pattern.
Instructions
Create a polar (circular) array of copies around a center point.
count is unbounded, so the same result-shaping applies as for the
rectangular array: fields=["handle"] when the geometry is already known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Total number of items in the array | |
| fields | No | Project to these fields, in this order (e.g. ['handle','type','layer']); 'properties.<key>' reaches one nested value. Omit for the full record; an unknown name errors and lists the valid ones. | |
| handle | Yes | Entity handle to array | |
| compact | No | Return a columnar {fields, rows, count, offset, total, truncated, next_offset} envelope instead of dicts: much cheaper per row, and the only shape that reports truncation. | |
| center_x | Yes | Array center X | |
| center_y | Yes | Array center Y | |
| fill_angle | Yes | Total angle to fill in degrees (360 for full circle) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |