18 lines
297 B
Markdown
18 lines
297 B
Markdown
# SketchRef
|
|
|
|
## Class Definition
|
|
|
|
```python
|
|
class SketchRef(sketch_id: str, entity_id: str, *, kind: str, subentity: str = 'geometry')
|
|
```
|
|
|
|
*Source: sketch.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import SketchRef`
|
|
|
|
## Description
|
|
|
|
Stable reference to a sketch entity or subentity.
|