lib module

path function

#let path(cell, start: none, end: none)

Documentation

Extract the unique undirected path between two nodes in one component.

Parameters

  • cell (dictionary): The source morphology.
  • start (int): Node ID at one end of the path. Default: none.
  • end (int): Node ID at the other end of the path. Default: none.

Returns

dictionary

Defined in lib.typ:313.

Source

Module
lib
Defined in
lib.typ:313
Source
View source