1
0
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:
Alex Verschoot
2025-03-13 22:53:21 +01:00
parent 3a62198183
commit f731f0fe98
2 changed files with 5 additions and 3 deletions

View File

@@ -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() {