For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetPath

Introduction

The GetPath method returns a List of PositionedNodes which can be used to get from one point to another. The GetPath method first PositionedNode will be the closest node to the startPosition argument and the last PositionedNode will be the closest node to the endPosition.

Example

For an example on how to use GetPath, see the main NodeNetwork page.

Last updated

Was this helpful?