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

solver::circleFunction in std::solver

Create a circle in a sketch. The circle segment always has a starting point and sweeps counterclockwise from it.

Arguments

NameTypeDescriptionRequired
startPoint2dA point on the circle that sets where the circle starts.Yes
centerPoint2dThe center of the circle.Yes
constructionboolWhether this segment is construction geometry rather than part of the modeled profile.No

Returns

Segment - A segment in a sketch created in a sketch block. It may be a line, arc, point, or other segment type.

Examples

Found a typo?