18 lines
274 B
Markdown
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.
|