Docs Home
/
KCL Standard Library
/
Functions
/
Std Solver Radius

solver::radiusFunction in std::solver

Constrain the radius of an arc or circle segment. Accepts a single arc or circle segment and constrains the distance from its center to its start point.

Arguments

NameTypeDescriptionRequired
pointsSegmentThe arc or circle segment whose radius should match the value set with ==.Yes
labelPositionPoint2dOptional position for the displayed constraint label in the sketch's local 2D coordinate system.No

Examples

Found a typo?