AI로 유사한 모델 찾기
프로필 출력(0)
모델 파일(0)
게시일:2026-01-28 15:53:41
0
0
With these 6 pieces, you can build an n·(n+1)·(n+2) solid brick.
The volume of each piece is the sum of the first n triangular numbers.
Therefore, the sum of the first n triangular numbers is:
Σₙ Tₙ = n·(n+1)·(n+2)/6
In the provided STL file, n=6, but you could use the parametric OpenScad file to get any other value.
