NGSolve / netgen

https://ngsolve.org
GNU Lesser General Public License v2.1
267 stars 127 forks source link

Edges taging #144

Open Vilo176 opened 1 year ago

Vilo176 commented 1 year ago

Hi friends,

I'm using NetGen to surface mesh a planar parametric object. My entry point is an OCCT Brep file containing :

Solid #1
----> Shell #1
--------> Face #1
------------> Wire #1
----------------> Edges #1..N
Solid #2
----> Shell #2
--------> Face #2
------------> Wire #2
----------------> Edges #N+1..M

Result is good, but whatever the export format I choose, I only have in the export file :

Is it somehow possible to have NetGen exporting mesh Edges (Edge AB + Tag), so that it is possible to get the link between "mesh Edge" and "BRep Edge" ? Thanks !

Olivier-Bastide-Numfem commented 1 year ago

OCCGeometry(dim = 2) did the trick