-
Notifications
You must be signed in to change notification settings - Fork 4
flags.scad
This file has all the modules needed to make some fun flags.
To use, add the following lines to the beginning of your file:
include <boardgame_toolkit.scad>
Topics: Flags
Description:
Flag of the St Andrews Cross to use for anything.
Arguments:
| By Position | What it does |
|---|---|
length |
length of the flag |
white_height |
height of the white parts |
red_height |
height of the red parts |
Example 1:
include <boardgame_toolkit.scad>
StAndrewsCross(100, 4);
Example 2:
include <boardgame_toolkit.scad>
StAndrewsCross(100, 4);
Example 3:
include <boardgame_toolkit.scad>
StAndrewsCross(100, 4);
Topics: Flags
Description:
Flag of the St Patricks Cross to use for anything.
Arguments:
| By Position | What it does |
|---|---|
length |
length of the flag |
white_height |
height of the white parts |
red_height |
height of the red parts |
Example 1:
include <boardgame_toolkit.scad>
StPatricksCross(100, 5);
Example 2:
include <boardgame_toolkit.scad>
StPatricksCross(100, 4);
Example 3:
include <boardgame_toolkit.scad>
StPatricksCross(100, 4);
Topics: Flags
Description:
Flag of the St Georges Cross to use for anything.
Arguments:
| By Position | What it does |
|---|---|
length |
lenght of the flag |
white_height |
height of the white parts |
red_height |
height of the red parts |
Example 1:
include <boardgame_toolkit.scad>
StGeorgesCross(100, 5, 4);
Example 2:
include <boardgame_toolkit.scad>
StGeorgesCross(100, 5, 4);
Example 3:
include <boardgame_toolkit.scad>
StGeorgesCross(100, 5, 4);
Topics: Flags
Description:
Flag of Great Britan to use for anything.
Arguments:
| By Position | What it does |
|---|---|
length |
length of the flag |
white_height |
height of the white parts |
red_height |
height of the red parts |
Example 1:
include <boardgame_toolkit.scad>
UnionJack(100, 5, 4);
Example 2:
include <boardgame_toolkit.scad>
UnionJack(100, 5, 4, border = 1);
Example 3:
include <boardgame_toolkit.scad>
UnionJack(100, 5, 4, background = false);
Topics: Flags
Description:
Flag of Australia to use for anything.
Arguments:
| By Position | What it does |
|---|---|
length |
lenght of the flag |
white_height |
height of the white parts |
red_height |
height of the red parts |
Example 1:
include <boardgame_toolkit.scad>
AustralianFlag(100, 5, 4);
Example 2:
include <boardgame_toolkit.scad>
AustralianFlag(100, 5, 4, border = 1);
Example 3:
include <boardgame_toolkit.scad>
AustralianFlag(100, 5, 4, background = false);
Topics: Flags
Description:
Flag of Sweden to use for anything.
Arguments:
| By Position | What it does |
|---|---|
length |
length of the flag |
white_height |
height of the white parts |
red_height |
height of the red parts |
Example 1:
include <boardgame_toolkit.scad>
SwedenFlag(100, 4);
Example 2:
include <boardgame_toolkit.scad>
SwedenFlag(100, 4, border = 1);
Example 3:
include <boardgame_toolkit.scad>
SwedenFlag(100, 4, background = false);
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: