@flokart wrote:
Hi all,
what do i wrong…i try to get the min .Y values from point lists but
min.3dm (62.4 KB)
min(rh.Collections.Point3dList(i).Y)
gives me not the expected result
min.gh (17.5 KB)strange result, max works but not min…wil try a list comprhension to get the right result
Thanks for helpOK list comprhension works.
[min([j.Y for j in i]) for i in x ]
Posts: 1
Participants: 1
