Node Shortest Edge Paths#

from geonodes import nodes

node = nodes.ShortestEdgePaths(end_vertex=None, edge_cost=None)

Blender Image

Args:#

Input socket arguments:#

Output sockets:#

Implementation#

Class or method name

Definition

Mesh

shortest_edge_paths

def shortest_edge_paths(self, end_vertex=None, edge_cost=None):

Go to top - main - nodes - nodes menus