Triangulate a list of vertex

Hi

I Have a Liste of vertex I can make a wire with those vertex. But I can't make a Face because the face is not planar. Then I want to triangulate this list of vertex and create a list of face

Is anyone can help me ?

thanks in advance

Christian R. Krug's picture

Hallo Xavier,

if you only have a collection of points, there is nothing to triangulate: you need a surface anyway. You can build a face from points by using BRepFill_Filling, just take the edges of your wire as curve constraints.

Regards, Kris.