Hi,
I am using the openNurbs tool with Rhino on a simple mesh.
I would like to know :
- the coordinates of the points of the mesh,
- for each triangle of the mesh, the vertex points,
- and finally, to which surface of the object a triangle belong.
I find the solution for the first two objectives, but I really don't know how to get a surface numbering and the surface number to which a triangle belong.
I found the first two information on the opennurbs_mesh.cpp file, with the method :
void ON_Mesh::Dump( ON_TextLog& dump )
Thank you for your help
Tags: mesh, openNurbs, surface
-
▶ Reply to This