Docs Home
/
KCL Standard Library/
Functions/
Std 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 or more sketch entities that should be coincident. When more than two inputs are provided, each item must be a point or ORIGIN. | Yes |