I am trying to model the join of the leading edge of this 'wing'.
The tubes are inflated, each section is conical in shape. I know the radius of the tubes at each joint. Given a vector in 3D space of each joint, the radius of the tube, the direction of the tube (another vector) how can I model the joint?
I am coding this in Python.
My thoughts are:
- If these were tubes, a cross section of the join would be an ellipse
- I don't know how to angle the ellipse (see the picture) if the tubes are NOT on the same plane
- I don't know how to approach the joint if the tubes taper
- tubes will share ellipse focus points


