ringmesh / RINGMesh

RINGMesh is a C++ open-source platform for manipulating meshes of geological models.
http://ringmesh.org
BSD 3-Clause "New" or "Revised" License
70 stars 16 forks source link

fix bug when computing lines from surfaces #153

Closed BotellaA closed 6 years ago

BotellaA commented 6 years ago

The old algorithm defines a segment line by its radial surfaces. However, a line can cross another surface and intersect only by a vertex. In this case, the previous deifnition is still valid but we are suppose to create a new line.