Vertex Viewer SDK
    Preparing search index...

    Interface SurfaceAreaMeasurementResult

    A measurement result that represents the surface area of one or more faces.

    interface SurfaceAreaMeasurementResult {
        area: number;
        type: "surface-area";
    }
    Index

    Properties

    Properties

    area: number

    The total area of selected face or faces.

    type: "surface-area"

    The type.