Documentation - v19.9.0-dev
Preparing search index...
@stereograph/teiaviewer-plugins
NavigationGraphValidator
Class NavigationGraphValidator
Index
Constructors
constructor
Methods
project
On
Surface
validate
Edge
validate
Graph
validate
Node
Position
Constructors
constructor
new
NavigationGraphValidator
(
viewer
:
Viewer
)
:
NavigationGraphValidator
Parameters
viewer
:
Viewer
Returns
NavigationGraphValidator
Methods
project
On
Surface
projectOnSurface
(
point
:
Vector3
,
maxDistance
:
number
)
:
Vector3
|
null
Parameters
point
:
Vector3
maxDistance
:
number
Returns
Vector3
|
null
validate
Edge
validateEdge
(
graph
:
NavigationGraph
,
edge
:
NavigationEdge
)
:
boolean
Parameters
graph
:
NavigationGraph
edge
:
NavigationEdge
Returns
boolean
validate
Graph
validateGraph
(
graph
:
NavigationGraph
)
:
void
Recomputes node and edge geometry validity against the current 3D scene.
Parameters
graph
:
NavigationGraph
Returns
void
validate
Node
Position
validateNodePosition
(
point
:
Vector3
)
:
boolean
Parameters
point
:
Vector3
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
project
On
Surface
validate
Edge
validate
Graph
validate
Node
Position
Documentation - v19.9.0-dev
Loading...
Recomputes node and edge geometry validity against the current 3D scene.