This website works better with JavaScript
Home
Explore
Help
Sign In
chao
/
CocoCAD
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
afdde451d0
Branches
Tags
master
CocoCAD
/
openscad-openjscad-translator
/
tests
/
transformations
/
rotateEx1.scad
rotateEx1.scad
61 B
History
Raw
1
2
3
rotate(a=[0,45,0]) {
cube(size=[10, 10, 10], center=true);
}