1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +02:00
This commit is contained in:
Justin Lin
2019-07-14 10:15:27 +08:00
parent 8576d93dd8
commit 948410ec56

View File

@@ -47,11 +47,11 @@ module dancing_formosan(x1, x2, x3, y1, y2, y3, twist, t_step) {
offseted = bijection_offset(taiwan, -2);
edge_paty2 = [for(p = edge_path) p + [-2, 0, 0]];
edge_path2 = [for(p = edge_path) p + [-2, 0, 0]];
taiwan2 = trim_shape(offseted, 1, len(offseted) - 4);
sections = cal_sections(taiwan, edge_path, twist);
sections2 = cal_sections(taiwan2, edge_paty2, twist);
sections2 = cal_sections(taiwan2, edge_path2, twist);
difference() {
polysections(sections);