With the help of this forum, I now can write torus shapes, which I often require.
like this :
module torus (diam, thickness){
rotate_extrude ()
translate (v=[diam/2, 0, 0])
circle(thickness/2);
}
It is called with the diameter of the shape and the diameter of the body it is composed of.
But always, they are rotated circles and the torus is (by definition ?) a circular donut shape.
Now, to generate my ellips torus, I cut off half of the circular torus,, move the half over the central axis. and then fill the gaps with a set of cylinders with the same diameter.
That works to get the main ellips shape, but the body is still a circle.
so in effect: Can I rotate an ellips ? And can I rotate over 2 points of rotation, such as ellipses are constructed ?
Thomas
www.3daybreaker.blogspot.com
Orca V4.4 rebuild to Ramps with Mk8 and E3D, as well as a Rostock Delta Mini and an OLO in backorder :-)