Files
cadSet/SimpleCADAPI/docs/api/SketchRef.md
T
2026-07-22 19:38:36 +08:00

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.