Files
2026-07-22 19:38:36 +08:00

18 lines
383 B
Markdown

# add_arc_rsketch
## API Definition
```python
def add_arc_rsketch(sketch: Sketch, entity_id: str, start: Union[SketchRef, str], end: Union[SketchRef, str], center: Union[SketchRef, str], *, construction: bool = False) -> Sketch
```
*Source: operations.py*
## Import Surface
- top-level: `from simplecadapi import add_arc_rsketch`
## Description
Add an arc entity to a sketch.