onshape-cadscript
    Preparing search index...

    Interface ExtrudeFeature

    interface ExtrudeFeature {
        bodyType: "SOLID" | "SURFACE";
        depth?: Length;
        endBound:
            | "BLIND"
            | "SYMMETRIC"
            | "THROUGH_ALL"
            | "UP_TO_SURFACE"
            | "UP_TO_BODY"
            | "UP_TO_VERTEX";
        endBoundEntity?: QueryRef;
        filterInnerLoops?: boolean;
        id: string;
        kind: "extrude";
        name?: string;
        offsetDistance?: Length;
        operation: "NEW"
        | "ADD"
        | "REMOVE";
        oppositeDirection?: boolean;
        profile: FeatureRef<"sketch"> | QueryRef;
        scope?: QueryRef;
        secondDirectionBound?:
            | "BLIND"
            | "SYMMETRIC"
            | "THROUGH_ALL"
            | "UP_TO_SURFACE"
            | "UP_TO_BODY"
            | "UP_TO_VERTEX";
        secondDirectionDepth?: Length;
        secondDirectionEndBoundEntity?: QueryRef;
    }

    Hierarchy (View Summary)

    Index
    bodyType: "SOLID" | "SURFACE"
    depth?: Length
    endBound:
        | "BLIND"
        | "SYMMETRIC"
        | "THROUGH_ALL"
        | "UP_TO_SURFACE"
        | "UP_TO_BODY"
        | "UP_TO_VERTEX"
    endBoundEntity?: QueryRef
    filterInnerLoops?: boolean
    id: string
    kind: "extrude"
    name?: string
    offsetDistance?: Length
    operation: "NEW" | "ADD" | "REMOVE"
    oppositeDirection?: boolean
    profile: FeatureRef<"sketch"> | QueryRef
    scope?: QueryRef
    secondDirectionBound?:
        | "BLIND"
        | "SYMMETRIC"
        | "THROUGH_ALL"
        | "UP_TO_SURFACE"
        | "UP_TO_BODY"
        | "UP_TO_VERTEX"
    secondDirectionDepth?: Length
    secondDirectionEndBoundEntity?: QueryRef