brepjs API Reference
    Preparing search index...

    Interface PocketOptions

    Options for the pocket() compound operation.

    interface PocketOptions {
        depth: number;
        face?: Face | FinderFn<Face>;
        profile: Wire | DrawingLike;
    }
    Index

    Properties

    Properties

    depth: number

    Depth of the pocket cut.

    face?: Face | FinderFn<Face>

    Which face to pocket. Default: top face.

    profile: Wire | DrawingLike

    2D profile shape to cut into the face.