brepjs API Reference
    Preparing search index...

    Interface SphereOptions

    Options for sphere.

    interface SphereOptions {
        at?: Vec3;
    }
    Index

    Properties

    Properties

    at?: Vec3

    Center position. Default: [0, 0, 0].