18 lines
329 B
Markdown
18 lines
329 B
Markdown
# get_sketch_point_rsketchref
|
|
|
|
## API Definition
|
|
|
|
```python
|
|
def get_sketch_point_rsketchref(sketch: Sketch, point_path: str) -> SketchRef
|
|
```
|
|
|
|
*Source: operations.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import get_sketch_point_rsketchref`
|
|
|
|
## Description
|
|
|
|
Return a stable ref for a sketch point or endpoint path.
|