brepjs API Reference
    Preparing search index...

    Interface SphericalOptions

    Per-DOF ranges for a spherical joint (three rotations about a pivot).

    interface SphericalOptions {
        x?: JointOptions;
        y?: JointOptions;
        z?: JointOptions;
    }
    Index

    Properties

    Properties

    Rotation about local X through the pivot (degrees). Default range -180..180.

    Rotation about local Y through the pivot (degrees). Default range -180..180.

    Rotation about local Z through the pivot (degrees). Default range -180..180.