Files
2026-07-22 13:48:46 +08:00

21 lines
455 B
Markdown

# make_sketch_rsketch
## API Definition
```python
def make_sketch_rsketch(name: Optional[str] = None, *, plane: Any = 'XY', sketch_id: Optional[str] = None) -> Sketch
```
*Source: operations.py*
## Import Surface
- top-level: `from simplecadapi import make_sketch_rsketch`
## Description
Create an empty declarative sketch document.
Use this API, not concrete edge/wire constructors, when the intent is to
build a sketch profile with constraints.