Hi guys, I’m stuck in this problem.
let me show you.
I have several irregular points thay I want to make a surface like below pic
I failed to make surface using triangle. So, I try to make a plane and move intersect point to z Axis. below pic
It also failed because I can’t make points in a exist plane
( I used this python code to make a plane.
Concave Hull (Alpha Shape) from list of points with Python? - #11 by Dimitar_Venkov)
Is there any ideas to make topo or trianglar surface, using points?
thanks