Files
2026-07-22 19:38:36 +08:00

18 lines
274 B
Markdown

# ScalarLimit
## Class Definition
```python
class ScalarLimit(lower_value: float, upper_value: float)
```
*Source: product.py*
## Import Surface
- top-level: `from simplecadapi import ScalarLimit`
## Description
Closed scalar range for a constraint drive coordinate.