-
Notifications
You must be signed in to change notification settings - Fork 4
pentagon_tilings.scad
pinkfish edited this page Jun 17, 2026
·
4 revisions
This file has all the modules needed to make a variety of penagon tesslations.
To use, add the following lines to the beginning of your file:
include <boardgame_toolkit.scad>
Description:
Make the pentagon tessellation as a specific x,y in the pattern.
Arguments:
| By Position | What it does |
|---|---|
pentagon_type |
type of the pentagon, eg: "R1" through "R15" |
pentagon_size |
the size of the pentagon |
x |
x index for the pattern lattice |
y |
y index for the pattern lattice |
thickness |
thickness of the edges of the pattern |
Example 1:
include <boardgame_toolkit.scad>
PentagonTesselationArea(pentagon_type="R1", pentagon_size = 30, width = 100, length = 100, thickness = 2);
Description:
Make the pentagon tessellation as a specific x,y in the pattern.
Arguments:
| By Position | What it does |
|---|---|
pentagon_type |
type of the pentagon, eg: "R1" through "R15" |
pentagon_size |
the size of the pentagon |
x |
x index for the pattern lattice |
y |
y index for the pattern lattice |
thickness |
thickness of the edges of the pattern |
Example 1:
include <boardgame_toolkit.scad>
PentagonTesselation(pentagon_type="R1", pentagon_size = 30, x = 0, y = 0, 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: