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

solver::arcFunction in std::solver

Create a circular arc. The arc segment always sweeps counterclockwise from start to end. To change direction, swap the start and end points.

Arguments

NameTypeDescriptionRequired
startPoint2dThe point where the arc begins.Yes
endPoint2dThe point where the arc ends.Yes
centerPoint2dThe center of the circle the arc lies on.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?