Files
2026-07-22 13:48:46 +08:00

18 lines
300 B
Markdown

# Const
## Class Definition
```python
class Const(value: float, expr_id: str = field(default_factory=lambda : _make_expr_id('const')))
```
*Source: expr.py*
## Import Surface
- top-level: `from simplecadapi import Const`
## Description
Immutable constant node used in the v2 expression graph.