brepjs API Reference
    Preparing search index...

    Interface JointAxis

    A joint axis: a point on the axis line plus a direction.

    interface JointAxis {
        direction: Vec3;
        origin: Vec3;
    }
    Index

    Properties

    Properties

    direction: Vec3
    origin: Vec3