brepjs API Reference
    Preparing search index...

    Interface PlanetPlacement

    interface PlanetPlacement {
        position: Vec3;
        rotationDeg: number;
    }
    Index

    Properties

    position: Vec3

    Center of the planet in the assembly frame: [x, y, 0].

    rotationDeg: number

    Self-rotation around the planet's own Z axis, in degrees.