Type alias SketchPolygon

SketchPolygon: SketchEntityBase & {
    center: Point2D;
    kind: "sketch.polygon";
    radius: Scalar;
    rotation?: Scalar;
    sides: Scalar;
}

Type declaration