onshape-cadscript
    Preparing search index...

    Interface SketchFeature

    interface SketchFeature {
        constraints: readonly SketchConstraint[];
        entities: readonly SketchEntity[];
        id: string;
        kind: "sketch";
        name?: string;
        plane: PlaneRef;
    }

    Hierarchy (View Summary)

    Index
    constraints: readonly SketchConstraint[]
    entities: readonly SketchEntity[]
    id: string
    kind: "sketch"
    name?: string
    plane: PlaneRef