Docs Home
/
KCL Standard Library
/
Functions
/
solver::coincident

solver::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

NameTypeDescriptionRequired
points[Segment or Point2d; 2]Two points, or one point and one line/arc segment, that should occupy the same location.Yes

Examples

Found a typo?