Vertex Viewer SDK
    Preparing search index...

    Interface PlanarDistanceMeasurementResult

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

    interface PlanarDistanceMeasurementResult {
        distance: number;
        plane1: Plane;
        plane2: Plane;
        type: "planar-distance";
    }
    Index

    Properties

    distance: number

    The distance between the two planes.

    plane1: Plane

    The plane of the first entity.

    plane2: Plane

    The plane of the second entity.

    type: "planar-distance"

    The type.