22 lines
563 B
Markdown
22 lines
563 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. The sketch name and explicit entity
|
|
IDs are stable local identifiers used by constrained profile promotion.
|