Docs Home
/
KCL Standard Library/
Functions/
Std Solver VerticalDistancesolver::verticalDistanceFunction in std::solver
Constrain the vertical distance between two points.
Arguments
| Name | Type | Description | Required |
|---|---|---|---|
points | [Segment or Point2d; 2] | Two sketch points, or one sketch point and ORIGIN, whose Y-axis separation should match the value set with ==. | Yes |
labelPosition | Point2d | Optional position for the displayed constraint label in the sketch's local 2D coordinate system. | No |