Makeathon ends in00:00:00:00
Docs Home
/
KCL Standard Library
/
Functions
/
Std Sketch CircleThreePoint

circleThreePointFunction in std::sketch

WARNING: This function is deprecated as of KCL 2.0.

Construct a circle derived from 3 points.

This is part of sketch v1 and is deprecated in favor of sketch-solve.

Arguments

NameTypeDescriptionRequired
sketchOrSurfaceSketch or Plane or FacePlane or surface to sketch on.Yes
p1Point2d1st point to derive the circle.Yes
p2Point2d2nd point to derive the circle.Yes
p3Point2d3rd point to derive the circle.Yes
tagTagDeclIdentifier for the circle to reference elsewhere.No

Returns

Sketch - A sketch is a collection of paths.

Examples

Found a typo?