onshape-cadscript
    Preparing search index...

    Interface ShellFeature

    interface ShellFeature {
        faces?: readonly QueryRef[];
        hollow?: boolean;
        id: string;
        kind: "shell";
        name?: string;
        oppositeDirection?: boolean;
        parts?: readonly QueryRef[];
        thickness: Length;
    }

    Hierarchy (View Summary)

    Index
    faces?: readonly QueryRef[]
    hollow?: boolean
    id: string
    kind: "shell"
    name?: string
    oppositeDirection?: boolean
    parts?: readonly QueryRef[]
    thickness: Length