Type alias SketchCircle

SketchCircle: SketchEntityBase & {
    center: Point2D;
    kind: "sketch.circle";
    radius: Scalar;
}

Type declaration