You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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