3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1779012453
05-17 10:20
Model Name
woven paper sculpture 3d model
Tags
abstract / symbol
rendering
realistic
Prompt
// Exact Two-Strip Paper Woven Spring Mimic thickness = 1.2; // Thickness of your plastic strips width = 6.0; // Width of your plastic strips length = 25; // Length of each folded section count = 10; // Total number of folds // Strip 1 (Moving back and forth along the X-axis) for (i = [0 : count-1]) { translate([0, 0, i * thickness * 2]) cube([length, width, thickness]); // Side folds connecting the layers if (i % 2 == 0 && i < count-1) { translate([length - thickness, 0, i * thickness * 2]) cube([thickness, width, thickness * 2]); } else if (i % 2 != 0 && i < count-1) { translate([0, 0, i * thickness * 2]) cube([thickness, width, thickness * 2]); } } // Strip 2 (Moving back and forth along the Y-axis, woven in) translate([width, 0, thickness]) for (j = [0 : count-2]) { translate([0, 0, j * thickness * 2]) cube([width, length, thickness]); // Side folds connecting the layers if (j % 2 =
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!