Type alias Sketch2D

Sketch2D: FeatureBase & {
    constraints?: SketchConstraint[];
    entities?: SketchEntity[];
    kind: "feature.sketch2d";
    origin?: [number, number, number];
    plane?: PlaneRef;
    profiles: SketchProfile[];
}

Type declaration