mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-13 19:03:58 +02:00
added a function to rotate around the dim axis
This commit is contained in:
@@ -30,7 +30,7 @@ module dimensions_3d_xy() {
|
||||
dimension([0,0,0], [0,10,0], "", 0.2);
|
||||
dimension([0,0,0], [0,-10,0], "", 0.2);
|
||||
dimension([0,0,0], [10,0,0], "", 0.2);
|
||||
dimension([0,0,0], [-10,0,0], "", 0.2);
|
||||
dimension([0,0,0], [-10,0,0], "", 0.2, rot_around_dim=270);
|
||||
}
|
||||
|
||||
module dimensions_3d_xyz() {
|
||||
|
Reference in New Issue
Block a user