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

Examples

Found a typo?