mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-09 15:29:09 +00:00
doc fix
This commit is contained in:
parent
704406cc72
commit
2c19cb0b96
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
size = force_list(default(size,1),3);
|
||||
edges = _edges(edges, except=first_defined([except_edges,except]));
|
||||
|
|
|
|||
Loading…
Reference in a new issue