brepjs API Reference
    Preparing search index...

    Interface BossOptions

    Options for the boss() compound operation.

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

    Properties

    Properties

    face?: Face | FinderFn<Face>

    Which face to add onto. Default: top face.

    height: number

    Height of the boss extrusion.

    profile: Wire | DrawingLike

    2D profile shape to extrude onto the face.