-
Dear Romain Thank you for providing such an amazing tool I already made my -T script like below neper -T -n from_morpho -morpho "diameq:lognormal(2,0.05),1-sphericity:lognormal(0.05,0.03)" -domain "sphere(10,1000)" -dim 3 -format "stl" and it works perfectly :) Now I want to generate a Tessellation only on the surface of the domain (in my work, it is sphere), and to connect the intersections of Tessellation with the center of the sphere by a line. Can you tell me is it possible or not? Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Your configuration is what you get when all the seeds are located on the sphere. You can give it a try by defining such seeds and loading their coordinates using Can I ask what your application is? Why are you building a 2D tessellation on the sphere? |
Beta Was this translation helpful? Give feedback.
Your configuration is what you get when all the seeds are located on the sphere. You can give it a try by defining such seeds and loading their coordinates using
-morphooptiini "coo:file(...)"
.The coordinates will have to be "randomized" a bit (not all exactly on the sphere).
Can I ask what your application is? Why are you building a 2D tessellation on the sphere?