# 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.