Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rquey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everybody!
I want to generate a barrel-shape (truncated sphere) which is cut on the top and on the bottom by a cube.
When I want to perform the following code with the cut function, the original sphere has not been cut.
Here is my code:
neper -T -n 100 -morpho gg -morphooptistop val=1e-2 -domain "sphere(0.2,100)" -transform "cut(cube(0,0,-0.15,1,1,0.15),cube(0,0,0.15,1,1,0.15))"
Beta Was this translation helpful? Give feedback.
All reactions