first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# export_session_json
|
||||
|
||||
## API Definition
|
||||
|
||||
```python
|
||||
def export_session_json(session: 'GraphSession', indent: int = 2) -> str
|
||||
```
|
||||
|
||||
*Source: serializer.py*
|
||||
|
||||
## Import Surface
|
||||
|
||||
- top-level: `from simplecadapi import export_session_json`
|
||||
|
||||
## Description
|
||||
|
||||
Export a graph session including its expression graph.
|
||||
Reference in New Issue
Block a user