What I want to achieve is creating mesh from 3d curve with fast calculating time.
My first approach was to use delaunay mesh but happens to not work in all cases.
As these curves are drawn over the mesh and all the curves are closed, It could possible to trim it. But would not be fast enough to test for multiple times.
I’m assuming that something like concave hull can solve this problem.
It was already covered in forum before, but the links are broken.
I found another links that provide python script or something in the forum that I could download (forgot where it was) but didn’t work with multiple data.