Creating Triangulations.

Hi,

Is it possible to create a new triangulation from an array of points ? If so, code extracts would be appreciated ?

Thanks ...

DU's picture

Hi, direct creating is impossible, you have to change the the array of point to a Brep-representation, or you can try the Delaunay algorithmus to develop a program of your own, etc.