mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fixed hulling() example image
This commit is contained in:
parent
11c6522358
commit
cad2b074ca
1 changed files with 2 additions and 2 deletions
|
@ -434,10 +434,10 @@ module intersect(a, b=undef, keep=undef)
|
||||||
// a = String containing space delimited set of tag names of children.
|
// a = String containing space delimited set of tag names of children.
|
||||||
// keep = String containing space delimited set of tag names of children to keep whole.
|
// keep = String containing space delimited set of tag names of children to keep whole.
|
||||||
// Example:
|
// Example:
|
||||||
// hulling("body", keep="axle")
|
// hulling("body")
|
||||||
// sphere(d=100, $tags="body") {
|
// sphere(d=100, $tags="body") {
|
||||||
// attach(CENTER) cube([40,100,100], anchor=CENTER, $tags="body");
|
// attach(CENTER) cube([40,100,100], anchor=CENTER, $tags="body");
|
||||||
// attach(CENTER) xcyl(d=40, h=100, $tags="axle");
|
// attach(CENTER) xcyl(d=40, h=100);
|
||||||
// }
|
// }
|
||||||
module hulling(a)
|
module hulling(a)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue