mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-03 21:17:49 +02:00
Fixed example in polyhedra
This commit is contained in:
@@ -174,7 +174,7 @@ function _unique_groups(m) = [
|
|||||||
// regular_polyhedron(hasfaces=[8,10], index=i, mr=1);
|
// regular_polyhedron(hasfaces=[8,10], index=i, mr=1);
|
||||||
// Example: Solids that include a quadrilateral face
|
// Example: Solids that include a quadrilateral face
|
||||||
// N = len(regular_polyhedron_info("index set", hasfaces=4));
|
// N = len(regular_polyhedron_info("index set", hasfaces=4));
|
||||||
// for(i=[0:MM-1]) right(3*i)
|
// for(i=[0:N-1]) right(3*i)
|
||||||
// regular_polyhedron(hasfaces=4, index=i, mr=1);
|
// regular_polyhedron(hasfaces=4, index=i, mr=1);
|
||||||
// Example: Solids with only quadrilateral faces
|
// Example: Solids with only quadrilateral faces
|
||||||
// N = len(regular_polyhedron_info("index set", facetype=4));
|
// N = len(regular_polyhedron_info("index set", facetype=4));
|
||||||
|
Reference in New Issue
Block a user