create_circle
Creates a true circular curve in SketchUp from a center point and radius, with optional plane normal and segment count, returning circle geometry and bounding box.
Instructions
Create a true circular curve in SketchUp.
All linear values are millimeters.
center is the circle center [x, y, z]. radius is the true circle radius in mm. normal defines the plane perpendicular to the circle. segments controls geometric resolution; higher values produce a more accurate circular approximation.
Returns JSON containing: {id, name, type, center_mm, radius_mm, normal, segments, bbox_mm{min,max}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional name for the circle group | |
| center | Yes | Circle center [x, y, z] in mm | |
| normal | No | Circle plane normal vector [x, y, z] | |
| radius | Yes | Circle radius in mm | |
| segments | No | Number of segments used to represent the circle |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |