Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finding side length of a cross-section of a pyramid frustum/truncated pyramid

Tags:

math

3d

How do I find the side length of a cross-section (as illustrated in the drawing below - cross-section in red) of a pyramid frustum/truncated pyramid?

alt text

I know the side-lengths of the top and bottom base, the height of the frustum and the distance to the cross-section. Furthermore I know the top and bottom base are parallel and that the center of the top and bottom base are directly on top of each other.

like image 945
Tchami Avatar asked Oct 29 '25 18:10

Tchami


1 Answers

The proportions are linear, so just interpolate the lengths of the bottom and top sides with the proportion of the cut height with the total height.

cut_side = (cut_height/total_height)*(bottom_side-top_side)+top_side

(Anyway, double check it to be 100% sure).

like image 82
fortran Avatar answered Oct 31 '25 10:10

fortran



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!