Fri, 10/12/2001 - 12:30
Forums:
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
Fri, 10/12/2001 - 14:29
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.