This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
chao
/
CocoCAD
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
afdde451d0
Branches
Tags
master
CocoCAD
/
openscad-openjscad-translator
/
tests
/
transformations
/
rotateEx1.scad
rotateEx1.scad
61 B
Verlauf
Originalformat
1
2
3
rotate(a=[0,45,0]) {
cube(size=[10, 10, 10], center=true);
}