• Preparing search index...
  • The search index is not available
@xeokit/sdk - v0.1.0
  • @xeokit/sdk
  • inspect
  • sceneModel
  • getInspectionIndex

Function getInspectionIndex

  • getInspectionIndex(sceneModel: SceneModel): SceneModelInspectionIndex

    Return the (lazily-built) SceneModelInspectionIndex for sceneModel. Subsequent calls with the same SceneModel return the same instance, so inspections + fixes share one cache.

    The index itself is per-row lazy — calling this is cheap and doesn't trigger any computation. The columns build on first access. After mutations, callers (typically the orchestrator) call the index's invalidate* methods to clear the affected rows.

    Parameters

    • sceneModel: SceneModel

    Returns SceneModelInspectionIndex

    • Defined in packages/sdk/src/inspect/sceneModel/internal/getInspectionIndex.ts:26

Settings

Member Visibility
@xeokit/sdk - v0.1.0
  • Loading...

Generated using TypeDoc