pygalmesh icon indicating copy to clipboard operation
pygalmesh copied to clipboard

Polylines to protect?

Open d-v-t opened this issue 4 years ago • 5 comments

As I was using surface to volume mesh, I discovered that the algorithm currently doesn't do a very good job at conserving straight lines. I looked in the code to see if there's any compatibility CGAL's polylines to protect, but couldn't find anything. Is there support for this? Is this in progress?

d-v-t avatar Apr 17 '20 19:04 d-v-t

This really happens? Seeing is believing, please attach a surface mesh so I can try it out for myself. :smile_cat: I can try and fix it then.

nschloe avatar Apr 23 '20 10:04 nschloe

These are a. the surface mesh of a simple hexagonal extrusion and b. the results of the surface to volume mesh. I consider the .vtk file to have reasonable mesh sizing but somewhat poor edge node accuracy. I'd attach these in a post on the error report, but Github doesn't like the filetypes.

On Thu, Apr 23, 2020 at 4:10 AM Nico Schlömer [email protected] wrote:

This really happens? Seeing is believing, please attach a surface mesh so I can try it out for myself. 😸 I can try and fix it then.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nschloe/pygalmesh/issues/79#issuecomment-618312075, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGBT2YJ3RLNDHXPBRBMMQUDROAHYJANCNFSM4MK7U54Q .

d-v-t avatar Apr 24 '20 02:04 d-v-t

You can zip the file and attach it.

nschloe avatar Apr 24 '20 08:04 nschloe

hex_test.zip Slipped my mind

d-v-t avatar Apr 30 '20 14:04 d-v-t

Did somebody work on this? A simple solution is to add a call to detect_features in generate_from_off.cpp for single body cases.

bigfooted avatar Aug 03 '20 16:08 bigfooted