Spline demo - All OPENSCAD
by Torleif
14
Downloads
36
Likes
0
Makes
module spline
Simple list of points is turned to soft spline passing through all points
point formats
[x,y,z] or [x,y,z,scale] or [x,y,z,[xscale,yscale,zscale]]
or [x,y,z,scale/[xscale,yscale,zscale],[r,g,b]]
Children
If spline has zero children a stand in sphere(1) will be appointed.
for children Z+ is the sweeping direction.
https://openscadsnippetpad.blogspot.com/
Now the powerful part is to do things your self
format of points can be extended by any dimension or anything t
Simple list of points is turned to soft spline passing through all points
point formats
[x,y,z] or [x,y,z,scale] or [x,y,z,[xscale,yscale,zscale]]
or [x,y,z,scale/[xscale,yscale,zscale],[r,g,b]]
Children
If spline has zero children a stand in sphere(1) will be appointed.
for children Z+ is the sweeping direction.
https://openscadsnippetpad.blogspot.com/
Now the powerful part is to do things your self
format of points can be extended by any dimension or anything t
Sign in to leave a comment
Sign in