first commit

This commit is contained in:
2026-07-22 13:48:46 +08:00
commit c87751c3dc
2820 changed files with 726976 additions and 0 deletions
@@ -0,0 +1,17 @@
# 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.