Vertex Viewer SDK
    Preparing search index...

    Interface VertexViewerPinGroup

    interface VertexViewerPinGroup {
        detached?: boolean;
        elementBounds?: DOMRect;
        matrix?: Matrix4.Matrix4;
        occluded?: boolean;
        pin?: Pin;
        pinController?: PinController;
        pinModel?: PinModel;
        projectionViewMatrix?: Matrix4.Matrix4;
        selected?: boolean;
    }
    Index

    Properties

    detached?: boolean
    false
    
    elementBounds?: DOMRect

    The dimensions of the canvas for the pins

    matrix?: Matrix4.Matrix4

    The local matrix of this element.

    Matrix4.makeIdentity()
    
    occluded?: boolean
    false
    
    pin?: Pin

    The pin to draw for the group

    pinController?: PinController

    The controller that drives behavior for pin operations

    pinModel?: PinModel

    The model that contains the entities and outcomes from performing pin operations

    new PinModel()
    
    projectionViewMatrix?: Matrix4.Matrix4

    Projection view matrix used for computing the position of the pin line

    Matrix4.makeIdentity()
    
    selected?: boolean

    Whether the pin is "selected"

    false