create_circle
Creates a circle in SketchUp by specifying a center point, normal vector, radius, and segment count. Returns the edges forming the circle.
Instructions
Create a circle in SketchUp from a center point, normal vector, and radius. Returns edges forming the circle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center | No | [x, y, z] center point (default [0,0,0]) | |
| normal | No | [x, y, z] normal vector (default [0,0,1] for Z-axis) | |
| radius | Yes | Circle radius (must be positive) | |
| segments | No | Number of segments (default 24, min 3) | |
| layer | No | ||
| material | No |