mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-19 04:51:26 +02:00
updated doc
This commit is contained in:
@@ -25,10 +25,10 @@ If your 2D shape is not solid, indexes of triangles are required. See [polysecti
|
|||||||
include <ring_extrude.scad>;
|
include <ring_extrude.scad>;
|
||||||
|
|
||||||
shape_pts = [
|
shape_pts = [
|
||||||
[-2, -10],
|
[2, -10],
|
||||||
[-2, 10],
|
|
||||||
[2, 10],
|
[2, 10],
|
||||||
[2, -10]
|
[-2, 10],
|
||||||
|
[-2, -10]
|
||||||
];
|
];
|
||||||
|
|
||||||
ring_extrude(shape_pts, radius = 50, twist = 180);
|
ring_extrude(shape_pts, radius = 50, twist = 180);
|
||||||
@@ -41,10 +41,10 @@ If your 2D shape is not solid, indexes of triangles are required. See [polysecti
|
|||||||
include <ring_extrude.scad>;
|
include <ring_extrude.scad>;
|
||||||
|
|
||||||
shape_pts = [
|
shape_pts = [
|
||||||
[-2, -10],
|
[2, -10],
|
||||||
[-2, 10],
|
|
||||||
[2, 10],
|
[2, 10],
|
||||||
[2, -10]
|
[-2, 10],
|
||||||
|
[-2, -10]
|
||||||
];
|
];
|
||||||
|
|
||||||
ring_extrude(shape_pts, radius = 50, angle = 180, scale = 2);
|
ring_extrude(shape_pts, radius = 50, angle = 180, scale = 2);
|
||||||
|
Reference in New Issue
Block a user