Skip to content

shapes3d.scad

pinkfish edited this page Nov 15, 2024 · 3 revisions

LibFile: shapes3d.scad

This file has all the modules needed to make various 3d shapes.

To use, add the following lines to the beginning of your file:

include <boardgame_toolkit.scad>

File Contents

  1. Section: Shapes3d

Section: Shapes3d

3d shapes to use in boxes and stuff.

Module: Dodecahedron()

Description:

Creates a 12 sided dice/shape for use in things.

Arguments:

By Position What it does
size the width of the do-decahedron

Example 1:

Dodecahedron() Example 1
include <boardgame_toolkit.scad>
Dodecahedron(20);




Clone this wiki locally