tesr to mesh #207
-
Hello,
Here is the input file. I just rename the '.tesr' ' to '.txt' as github was not ok to take 'tesr' Therefore I have a couple of question :
Thanks for the great work. PS: I am using Ubuntu 20.04 and Neper 4.1.2 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
You just have to filter your tesr before meshing to solve topological issues, using
( Neper does not take VTK files as input, and it can mesh a 3D tesr by approximating it as a tess ( |
Beta Was this translation helpful? Give feedback.
-
Hello, Thanks for your quick answer. It works fine. I just have one more question about the transforming tesr to tess in a 3D case ? I tried from an home made tesr : First to filter it Then to transformed it to 'tess' using something like : But it doesn't work. It give me an empty file. I think I am not using correctly the -morpho option. Here is a visualisation of the filtered Thanks for your help. |
Beta Was this translation helpful? Give feedback.
You just have to filter your tesr before meshing to solve topological issues, using
-transform rmsat,grow
:(
-transform
changes only 3 pixels...)Neper does not take VTK files as input, and it can mesh a 3D tesr by approximating it as a tess (
-morpho tesr:file()
), see Quey and Renversade, 2018.