mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-09 08:16:50 +02:00
update doc
This commit is contained in:
@@ -56,8 +56,8 @@ The cell data is seperated from views. You can use cell data to construct [diffe
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
line2d([0, 0], [cell_width * rows, 0], wall_thickness);
|
line2d([0, 0], [cell_width * columns, 0], wall_thickness);
|
||||||
line2d([0, 0], [0, cell_width * columns], wall_thickness);
|
line2d([0, 0], [0, cell_width * rows], wall_thickness);
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Reference in New Issue
Block a user