nika There is a function ContourToMesh and ContourToNodes, but is there anything like NodesToContour or something that can make a continuos profile from discreet points? Thanks Veronika
mathieumorlighem Hi Veronika, it is unfortunately impossible to make a contour from a list of points because the solution is not unique. The only thing you can do is a convex hull, but I don't think we have that in ISSM. Mathieu
nika Thanks Mathieu, it's a good idea to use convex hull, though I added an additional function to that, cause just convex hull takes only convex points, which changes the correct shape.