Docs Home
/
KCL Standard Library/
Functions/
solver::coincidentsolver::coincidentFunction in std::solver
Constrain points, or a point and a segment to be coincident.
Supports two points, or one point and one segment (line/arc).
A single Point2d (e.g. [1mm, 2.5mm]) can be used to pin a point to a fixed position.
Arguments
| Name | Type | Description | Required |
|---|---|---|---|
points | [Segment or Point2d; 2] | Two points, or one point and one line/arc segment, that should occupy the same location. | Yes |