brepjs API Reference
    Preparing search index...

    Interface BoxOptions

    Options for box.

    interface BoxOptions {
        center?: true | Vec3;
    }
    Index

    Properties

    Properties

    center?: true | Vec3

    true = centered at origin; Vec3 = centered at point. Omit = corner at origin.