mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-28 17:00:00 +02:00
shear
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
use <shear.scad>;
|
||||||
use <along_with.scad>;
|
use <along_with.scad>;
|
||||||
use <hull_polyline3d.scad>;
|
use <hull_polyline3d.scad>;
|
||||||
use <bezier_smooth.scad>;
|
use <bezier_smooth.scad>;
|
||||||
@@ -13,6 +14,7 @@ module hilbert_dragon() {
|
|||||||
module scales(ang, leng, radius, height, thickness) {
|
module scales(ang, leng, radius, height, thickness) {
|
||||||
module one_scale() {
|
module one_scale() {
|
||||||
rotate([0, ang, 0])
|
rotate([0, ang, 0])
|
||||||
|
shear(sx = [0, -1.5])
|
||||||
linear_extrude(thickness, center = true)
|
linear_extrude(thickness, center = true)
|
||||||
scale([leng, 1])
|
scale([leng, 1])
|
||||||
circle(1, $fn = 4);
|
circle(1, $fn = 4);
|
||||||
|
Reference in New Issue
Block a user