Find Local Lowest Points on A Mesh

I am new to Ghpython.

This algorithm is to find local lowest points, which I find relatively hard just using grasshopper.

FindMeshLocalLowestPoints.gh

FindMeshLocalLowestPoints.3dm

  • Laurent DELRIEU

    Hello, excuse me for haven't read well your post :( Most of the time when someone begin by "I am new to .." it means a question rather than an answer. 

    Just to say your script is equivalent to that in Grasshopper component + sandbox for topology. 

    In order to not use UV, you will have to use mesh TopologyVertices...

  • LabLeo

    Thank you Laurent, I will look into TopologyVertices... I was writing a definition to get the surrounded vertices of a specific one...