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

sketch2::arcFunction in std::sketch2

WARNING: This function is experimental and may change or be removed.

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

Arguments

NameTypeDescriptionRequired
startPoint2dA point in two dimensional space.Yes
endPoint2dA point in two dimensional space.Yes
centerPoint2dA point in two dimensional space.Yes
constructionboolA boolean value.No

Returns

Segment - A segment of a path in a sketch. It may be a line, arc, or other segment type.

Found a typo?