add_circle
Add a fully constrained circle to a FreeCAD sketch by specifying radius and center coordinates.
Instructions
Add a fully-constrained circle to a sketch, centered at (x, y).
Args:
doc_name: The name of the document.
sketch_name: The name of the sketch to add geometry to.
radius: Circle radius.
x: X coordinate of the circle's center in sketch-local space.
y: Y coordinate of the circle's center in sketch-local space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| radius | Yes | ||
| doc_name | Yes | ||
| sketch_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |