Attached is the cone i'm working with Cone Sketch
The dimensions on the sketch i can't seem to resolve through formulas are: $41.9389, 23.0167, 18.922, 16.2753, and 13.38$.
i've been working eccentricity where $e = \cos(45)/\cos(11.15/2)$ and i get close, but not quite. I"m getting $41.77$ instead of $41.9398$.
In the end, I need the size to of the ellipse so i can calculate its area (that's the easy part) on the fly when the size of the cone is changed. I've worked up values for the $X, Y$ coordinates being:
$x=H \cdot D/2H + D\cdot\tan(45)$ $y=x \cdot \tan(45)$
and they wind up giving me the same values. So, am i getting the math wrong? or is the quirk between it and the sketch or what?
The Height, location, and angle of the plane are given, as is the width of the base of the cone. The minor axis should be the diameter of the circular cross section where the plane intersections. I can verify every number on a 3d model and sketch, but cannot seem to derive the major axis portion of the ellipse right.
Any idea where i'm going wrong??

The major axis (41.939) is made of two segments, $x$ and $y$, as shown in the diagram. They can be calculated separately as follows.
In particular, note that $x$ and $y$ are not the same due to the cone configuration. The equations that they are satisfied are given as,
$$x\cos 45 + x \sin 45\cdot \tan \frac{11.1523}{2} = \frac{29.320}{2}$$ $$y\cos 45 - y \sin 45\cdot \tan \frac{11.1523}{2} = \frac{29.320}{2}$$
$x$ and $y$ are,
$$x=18.9218, \>\>\>\> y = 23.016$$
Finally,
$$x+y=41.938$$