-
Hello Everyone, I use the below commands but I don't understand how to convert tess file into an obj file neper -T -n 100 -morpho gg -reg 1 neper -T -n 100 -morpho "diameq:lognormal(1,0.05),1-sphericity:lognormal(0.145,0.03)" -domain "square(0.06,0.12)" -dim 2 Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
rquey
Mar 10, 2023
Replies: 1 comment 1 reply
-
To convert an existing tess file:
Otherwise, just add |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rquey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To convert an existing tess file:
Otherwise, just add
-format obj
(or-format tess,obj
) to your-T
command.