DiscussionsIssue archiveOther usage issues

Archived discussion

Creating Triangulations.

Other usage issuesWed, 01/23/2002 - 19:451 reply

Browse this forum
QuestionAuthor

Hi,

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

Thanks ...

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

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.