When I’m meshing a surface with netgen I notice the attribute geominfo
appearing in the Element2D
. What is the meaning of this attribute?
depends on the geometry.
for OCC, it contains the face-number of the geometry, and the (u,v) parameters within the face, for each vertex.
for STL, it contains the number of the stl-triangle, for each vertex
Joachim