Implicit Functions: Lathe #3256
-
Hello, I want to construct a cone using implicit functions. My thinking was to create a triangle and then rotate it with lathe. But, I'm unclear on how lathe works and am getting unexpected results. Does lathe take whatever object is passed to it and simply rotate around the z-axis? Are there constraints on whether the object needs to centered on the origin? Can lathe be used to rotate around a different axis? The amrex website says: lathe: Creates a surface of revolution by rotating a 2D object around an axis. Geometry setup:
This is the geometry without lathe applied: From tests I've done: This is the geometry when applying lathe (to the prism centered on the origin): Thanks, Andreas |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Try the following and let us know if it works or not. In the inputs,
and use the following to create the cone
|
Beta Was this translation helpful? Give feedback.
-
No need to go through all of that trouble. Here's a simpler way:
|
Beta Was this translation helpful? Give feedback.
Try the following and let us know if it works or not.
In the inputs,
and use the following to create the cone