Vertex Viewer SDK
    Preparing search index...

    Interface VertexViewerMeasurementPrecise

    interface VertexViewerMeasurementPrecise {
        config?: string | Config;
        configEnv?: Environment;
        measurableEntityTypes?: EntityType[];
        measurementController?: MeasurementController;
        measurementModel?: MeasurementModel;
        measurementOverlays?: MeasurementOverlayManager;
        viewer?: HTMLVertexViewerElement;
    }
    Index
    config?: string | Config

    An optional configuration to setup network configuration of measurement endpoints.

    configEnv?: Environment

    The environment that will be used to request measurement results.

    'platprod'
    
    measurableEntityTypes?: EntityType[]
    [     EntityType.PRECISE_SURFACE,     EntityType.IMPRECISE_SURFACE,   ]
    
    measurementController?: MeasurementController

    The controller that is responsible for performing measurements and updating the model.

    measurementModel?: MeasurementModel

    The model that contains the entities and outcomes from performing precise measurements.

    new MeasurementModel()
    
    measurementOverlays?: MeasurementOverlayManager

    The manager that is responsible for measurement overlays to present by this component.

    new MeasurementOverlayManager()
    
    viewer?: HTMLVertexViewerElement

    The viewer that this component is bound to. This is automatically assigned if added to the light-dom of a parent viewer element.