Cone Conversion Math
The task is to convert the physical parameters (Top Diameter, Bottom Diameter, Height) into the values required for the flat design (Large Radius (R), Small Radius (r), and Subtended Angle).
Key Formulasβ
Let:
a= Top Diameterb= Bottom Diameterh= Vertical Height
The core formulas for calculating the frustum are:
- Small Radius (r):
r = β(bΒ²/4 + (bh/(a-b))Β²) - Large Radius (R):
R = β(aΒ²/4 + (ah/(a-b))Β²) - Subtended Angle (ΞΈ):
ΞΈ = Οa/R(in radians)
These values (R, r, and angle) can then be used for further calculations or in other design software.
π Related Linksβ
- Laying out a frustum of a cone (Technical Reference)