brepjs API Reference
    Preparing search index...

    Interface ExtrudeAllEntry

    Configuration for a single entry in a batch extrude operation.

    interface ExtrudeAllEntry {
        face: ShapeHandle & { "[___brand]": "face"; "[___dim]": Dimension } & {
            "[___oriented]": true;
        } & { "[___planar]": true };
        height: number | Vec3;
    }
    Index

    Properties

    Properties

    face: ShapeHandle & { "[___brand]": "face"; "[___dim]": Dimension } & {
        "[___oriented]": true;
    } & { "[___planar]": true }

    The planar face to extrude.

    height: number | Vec3

    Height (number for Z-direction) or full direction vector.