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

18 lines
331 B
Markdown

# add_point_rsketch
## API Definition
```python
def add_point_rsketch(sketch: Sketch, point_id: str, x: ScalarLike, y: ScalarLike) -> Sketch
```
*Source: operations.py*
## Import Surface
- top-level: `from simplecadapi import add_point_rsketch`
## Description
Add a named point entity and return an updated sketch document.