18 lines
310 B
Markdown
18 lines
310 B
Markdown
# SemanticRef
|
|
|
|
## Class Definition
|
|
|
|
```python
|
|
class SemanticRef(graph_id: str, node_id: str, entity_type: str, entity_id: str)
|
|
```
|
|
|
|
*Source: topology.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import SemanticRef`
|
|
|
|
## Description
|
|
|
|
Stable reference to a semantic model entity in the recorded graph.
|