# - getLength (pyTree)- import Geom.PyTree as D a = D.line((0,0,0), (1,0,0)); print D.getLength(a)