mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-09-25 23:59:07 +02:00
Made cuboid() example image clearer.
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
// Example: Rectangular cube with only some edges rounded.
|
// Example: Rectangular cube with only some edges rounded.
|
||||||
// cuboid([30,40,50], rounding=5, edges=edges([TOP+FRONT,TOP+RIGHT,FRONT+RIGHT]), $fn=24);
|
// cuboid([30,40,50], rounding=5, edges=edges([TOP+FRONT,TOP+RIGHT,FRONT+RIGHT]), $fn=24);
|
||||||
// Example: Standard Connectors
|
// Example: Standard Connectors
|
||||||
// cuboid(40, chamfer=5) show_anchors();
|
// cuboid(40) show_anchors();
|
||||||
module cuboid(
|
module cuboid(
|
||||||
size=[1,1,1],
|
size=[1,1,1],
|
||||||
p1=undef, p2=undef,
|
p1=undef, p2=undef,
|
||||||
|
Reference in New Issue
Block a user