Vertex Viewer SDK
    Preparing search index...

    Interface PlanarAngleMeasurementResult

    A measurement result that represents the angle between two planar surfaces.

    interface PlanarAngleMeasurementResult {
        angle: number;
        plane1: Plane;
        plane2: Plane;
        type: "planar-angle";
    }
    Index

    Properties

    Properties

    angle: number

    The angle between two planes, in radians.

    plane1: Plane

    The plane of the first entity.

    plane2: Plane

    The plane of the second entity.

    type: "planar-angle"

    The type.