create_circle
Generates a circle in SketchUp using specified center point, normal vector, and radius, returning the edge segments.
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 |
|---|---|---|---|
| layer | No | ||
| 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) | |
| material | No | ||
| segments | No | Number of segments (default 24, min 3) |