Bitbybit Docs
    Preparing search index...

    Type Alias Axis3 (Inputs.Base)

    An axis in space: an origin point and a direction vector. Used wherever an operation needs both a position and an orientation - rotating about an arbitrary line, revolving a profile, mirroring across a line.

    type Axis3 = {
        origin: Point3;
        direction: Vector3;
    }
    Index

    Properties

    Properties

    origin: Point3
    direction: Vector3