mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-13 19:24:20 +02:00
doc fix
This commit is contained in:
@@ -330,7 +330,7 @@ module cuboid(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sizecheck = assert(num_defined([size,p1,p2])!=3, "\nCannot give size if p2 is given (did you forget braces on the size argument?)")
|
sizecheck = assert(num_defined([size,p1,p2])!=3, "\nCannot give size if p2 is given (did you forget brackets on the size argument?)")
|
||||||
assert(is_def(p1) || is_undef(p2), "If p2 is given you must also give p1");
|
assert(is_def(p1) || is_undef(p2), "If p2 is given you must also give p1");
|
||||||
size = force_list(default(size,1),3);
|
size = force_list(default(size,1),3);
|
||||||
edges = _edges(edges, except=first_defined([except_edges,except]));
|
edges = _edges(edges, except=first_defined([except_edges,except]));
|
||||||
|
Reference in New Issue
Block a user