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

23 lines
423 B
Markdown

# export_model_json
## API Definition
```python
def export_model_json(session: 'GraphSession', indent: int = 2) -> str
```
*Source: serializer.py*
## Import Surface
- top-level: `from simplecadapi import export_model_json`
## Description
Export the canonical 2.0 model seed JSON.
Current Phase 1 scope uses the active session as the container of:
- operation graph
- expression graph
- capabilities/schema metadata