Type alias SketchLine

SketchLine: SketchEntityBase & {
    end: Point2D;
    kind: "sketch.line";
    start: Point2D;
}

Type declaration