Files
cad-Integration/SimpleCADAPI-master/docs/api/add_circle_rsketch.md
T
2026-07-22 13:48:46 +08:00

18 lines
388 B
Markdown

# add_circle_rsketch
## API Definition
```python
def add_circle_rsketch(sketch: Sketch, entity_id: str, center: Union[SketchRef, str], radius: ScalarLike, *, construction: bool = False) -> Sketch
```
*Source: operations.py*
## Import Surface
- top-level: `from simplecadapi import add_circle_rsketch`
## Description
Add a named circle entity and return an updated sketch document.