brepjs API Reference
    Preparing search index...

    Type Alias PlaneName

    PlaneName:
        | "XY"
        | "YZ"
        | "ZX"
        | "XZ"
        | "YX"
        | "ZY"
        | "front"
        | "back"
        | "left"
        | "right"
        | "top"
        | "bottom"

    Named standard planes.

    Axis pairs ('XY', 'YZ', …) and view names ('front', 'top', …) are both supported. The axis-pair order determines the normal direction.