Vertex Viewer SDK
    Preparing search index...

    Interface VertexViewerHitResultIndicator

    interface VertexViewerHitResultIndicator {
        normal?: Vector3.Vector3;
        position?: Vector3.Vector3;
        viewer?: HTMLVertexViewerElement;
    }
    Index
    normal?: Vector3.Vector3

    The normal of this indicator. This value will be represented as an arrow, and will be used alongside the provided position to display a plane.

    position?: Vector3.Vector3

    The position of this indicator. A point will be displayed at this position, and it will be used alongside the provided normal to display a plane and normal arrow centered at the position.

    viewer?: HTMLVertexViewerElement

    The viewer to connect to this indicator. If nested within a , this property will be populated automatically.