That topic doesn't actually touch the problem of node based path finding...
Although the concept is the same as 2d grid, they differ in implementation.
For node based path finding it's probably easiest to set up the nodes
yourself in the editor and get it to calculate all possible connections
(with ray tracing). After that it's all easy.