create_polygon
Generate regular polygons in SketchUp by specifying center, normal, radius, side count, and optional material.
Instructions
Create a regular polygon (triangle, pentagon, hexagon, etc.) with n sides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center | No | [x, y, z] center point | |
| normal | No | [x, y, z] normal vector | |
| radius | Yes | Radius from center to vertices | |
| num_sides | Yes | Number of sides (min 3) | |
| inscribed | No | True if inscribed (default), false if circumscribed | |
| layer | No | ||
| material | No |