Docs Home
/
KCL Standard Library/
Functions/
Std Solver Horizontalsolver::horizontalFunction in std::solver
Constrain a line, or a list of points, to be horizontal.
Arguments
| Name | Type | Description | Required |
|---|---|---|---|
input | Segment or [Segment or Point2d; 2+] | Either - A single line segment that should remain horizontal. - A list of points which should all be horizontal. | Yes |