The Nav3DPath class is designed to perform pathfinding in scene space.
In general, objects of this type are used by agents (Nav3DAgent) when performing a path search. But you can also use it separately for your own purposes.
Of course, working with Path objects is only possible after Nav3D has been initialized. Read more in “Nav3DInitializer” section.