Mesh Id | Id | The number Id of the corresponding mesh face | Integer |
Point | P | The point representing the geometric location for the node | Point |
Weight | W | The weight of the node (mesh faces) if it is set. | Number |
Edges | E | The number Id for the edges connecting to the node | Integer |
Neighbors | N | The number Id for the nodes connected to the node by graph edges | Integer |
Depth | D | The depth of the node in the Tree graph. The number of steps from the closest leaf | Integer |
NodeObject | N | The node data object. Just for debugging for now | Generic Data |