Make a trianglar surface using points

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

image

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

Hi @kdh,

try to use this:
https://pymesh.readthedocs.io/en/latest/api_mesh_generation.html

Thanks for your comment.
but, It is very difficult to me to make whole code. but I try to understand logic…!!

Amigo @kdh Buenas, I think what you are trying to do is to make 3 different surfaces, for this you need to create 3 different lists of points, I leave you an example and I hope it helps you, check a little bit the topic of levels, it helps a lot!