Skip to main content

point()

Places a solver point at the given position. Constraint sketches only — the position is a guess like every other literal; constrain it with coincident/fix/distance statements.

Returns: Geometry

Signatures

point(position: Point2DLike): Geometry

Places a solver point at the given position. Constraint sketches only — the position is a guess like every other literal; constrain it with coincident/fix/distance statements.

ParameterTypeDescription
positionPoint2DLikeThe point position