bimr-engine/samples/bimr/cylinders.bimr
2026-09-01 15:32:49 +02:00

15 lines
No EOL
362 B
Text

p1 = Point(0, 0, 0)
c2 = Circle(p1, 1000)
ct3 = Cut(c2, 12)
ex4 = Explode(ct3)
fr5 = Frame(ex4, 100, 300, 60, 60)
p6 = Point(-200, 200, 0)
c7 = Circle(p6, 500)
ct8 = Cut(c7, 12)
ex9 = Explode(ct8)
fr10 = Frame(ex9, 100, 600, 60, 60)
p11 = Point(-1800, -1000, 0)
c12 = Circle(p11, 500)
ct13 = Cut(c12, 12)
ex14 = Explode(ct13)
fr15 = Frame(ex14, 100, 600, 60, 60)