Properties
Similar Topics
Statistics
Comments
6
Participants
3
Subscribers
3
Votes
1
Views
431
Share
Answered
How to make a 3D trapezoidal pile with cylinders and two sliders?
a slider with the number of cylinders in the first row
and a slider with the number of layers.
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
l1=Flatten(Sequence(Sequence((2r k - r j, (-h) / 2, r + sqrt(3) r (n - 1 - j)), k, 0, j), j, n - l, n - 1))
l2=Flatten(Sequence(Sequence((2r k - r j, h / 2, r + sqrt(3) r (n - 1 - j)), k, 0, j), j, n - l, n - 1))
Zip(Cylinder(P1, P2, 1), P1, l1, P2, l2)
l1=Flatten(Sequence(Sequence(Sequence((2r k - r j, (-h) / 2, r + 2 sqrt(2) / sqrt(3) r (n - 1 - j)), m, 0, l), k, 0, j), j, 0, n - 1))
l2=Flatten(Sequence(Sequence(Sequence((2r k - r j, h / 2, r + 2 sqrt(2) / sqrt(3) r (n - 1 - j)), m, 0, l), k, 0, j), j, 0, n - 1))
Zip(Cylinder(P1, P2, 1), P1, l1, P2, l2)
I would need to restrict the number of levels or layers.
l1=Flatten(Sequence(Sequence((2r k - r j, (-h) / 2, r + 2sqrt(2) / sqrt(3) r (n - 1 - j)), k, 0, j), j, n - l, n - 1))
l2=Flatten(Sequence(Sequence((2r k - r j, h / 2, r + 2sqrt(2) / sqrt(3) r (n - 1 - j)), k, 0, j), j, n - l, n - 1))
así
Comments have been locked on this page!