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

sketch2::circleFunction in std::sketch2

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

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?