18 lines
321 B
Markdown
18 lines
321 B
Markdown
# get_sketch_entity_rsketchref
|
|
|
|
## API Definition
|
|
|
|
```python
|
|
def get_sketch_entity_rsketchref(sketch: Sketch, entity_id: str) -> SketchRef
|
|
```
|
|
|
|
*Source: operations.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import get_sketch_entity_rsketchref`
|
|
|
|
## Description
|
|
|
|
Return a stable ref for a named sketch entity.
|