brepjs API Reference
    Preparing search index...

    Interface BoxOptions

    Options for box.

    interface BoxOptions {
        at?: Vec3;
        centered?: boolean;
    }
    Index

    Properties

    Properties

    at?: Vec3

    Center at this point (center semantics, like sphere).

    centered?: boolean

    Center the box at the origin (or at the at point). Default: false.