first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user