mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
formatted
This commit is contained in:
@@ -55,12 +55,12 @@ module polysections(sections, triangles = "SOLID") {
|
||||
[for(i = [0:found_at_i - 1]) f_sect[i]]
|
||||
);
|
||||
|
||||
function to_v_pts(sects) =
|
||||
[
|
||||
for(sect = sects)
|
||||
for(pt = sect)
|
||||
pt
|
||||
];
|
||||
function to_v_pts(sects) =
|
||||
[
|
||||
for(sect = sects)
|
||||
for(pt = sect)
|
||||
pt
|
||||
];
|
||||
|
||||
module solid_sections(sects) {
|
||||
|
||||
|
Reference in New Issue
Block a user