Viewer - Interaction
    Preparing search index...

    Interface IIntersectionDefinition

    interface IIntersectionDefinition {
        node: ITreeNode;
        type: "BoxSelectionIntersection" | "RayTracingIntersection";
        geometryData?: IGeometryData;
    }
    Index

    Properties

    node: ITreeNode

    The intersected node.

    type: "BoxSelectionIntersection" | "RayTracingIntersection"
    geometryData?: IGeometryData

    The intersected geometry data