-
Notifications
You must be signed in to change notification settings - Fork 4
goose.scad
pinkfish edited this page Jun 15, 2026
·
2 revisions
This file has all the modules needed to make a goose tesselation.
To use, add the following lines to the beginning of your file:
include <boardgame_toolkit.scad>
Description:
The nice goose shape.
Arguments:
| By Position | What it does |
|---|---|
flip |
flip the tail end |
size |
size of the hex |
thickness |
thickness of the sides |
Example 1:
include <boardgame_toolkit.scad>
TesselationGoose(size=20);
Example 2:
include <boardgame_toolkit.scad>
TesselationGoose(size=20, thickness=0.5);
Description:
The nice goose shape.
Arguments:
| By Position | What it does |
|---|---|
size |
the size of the goose |
thickness |
the thickness of the goose |
Example 1:
include <boardgame_toolkit.scad>
TesselationGooseBlock(size=30, thickness=1);
Example 2:
include <boardgame_toolkit.scad>
TesselationGooseBlock(size=20, thickness=0.5);
Description:
The nice goose shape.
Arguments:
| By Position | What it does |
|---|---|
row |
number of rows |
col |
number of columns |
size |
size of the goose |
thickness |
thickness of the goose |
Example 1:
include <boardgame_toolkit.scad>
TesselationGooseGrid(5, 5, size=30, thickness=1);
Description:
The nice goose shape.
Arguments:
| By Position | What it does |
|---|---|
width |
width of the space |
length |
length of the space |
size |
size of the goose |
thickness |
thickness of the goose |
Example 1:
include <boardgame_toolkit.scad>
TesselationGooseArea(200, 100, size=50, thickness=2);
Table of Contents
Function Index
Topics Index
Cheat Sheet
Tutorials
Boxes:
- cap_box.scad
- cap_box_polygon.scad
- filament_hinge_box.scad
- hinge_box.scad
- inset_box.scad
- magnetic_box.scad
- no_lid.scad
- sliding_box.scad
- sliding_catch_box.scad
- slipover_box.scad
- slipover_path_box.scad
Basics:
Dividers:
Shapes:
Slicing:
CardLibrary:
Miscellaneous: