brepjs API Reference
    Preparing search index...

    Interface Plane

    Immutable plane defined by origin and three orthogonal direction vectors.

    interface Plane {
        origin: Vec3;
        xDir: Vec3;
        yDir: Vec3;
        zDir: Vec3;
    }
    Index

    Properties

    Properties

    origin: Vec3
    xDir: Vec3
    yDir: Vec3
    zDir: Vec3