1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02:00

update doc

This commit is contained in:
Justin Lin
2022-03-17 08:45:26 +08:00
parent d7a6bb35ac
commit 045acaa3ac

View File

@@ -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], [0, cell_width * columns], wall_thickness);
line2d([0, 0], [cell_width * columns, 0], wall_thickness);
line2d([0, 0], [0, cell_width * rows], wall_thickness);
![mz_square_cells](images/lib3x-mz_square_cells-1.JPG)