Namespace: crafts

components.crafts

Methods

(static) bbqSkewer(radiusopt, lengthopt, pointLengthopt) → {Geom3}

BBQ Skewer model
Parameters:
Name Type Attributes Description
radius number <optional>
Radius of the skewer
length number <optional>
Length of the skewer
pointLength number <optional>
Length of the pointed end of the skewer
Source:
Returns:
BBQ skewer model
Type
Geom3

(static) bbqSkewerProfile(radiusopt, lengthopt, pointLengthopt) → {Geom2}

BBQ Skewer profile
Parameters:
Name Type Attributes Description
radius number <optional>
Radius of the skewer
length number <optional>
Length of the skewer
pointLength number <optional>
Length of the pointed end of the skewer
Source:
Returns:
BBQ skewer profile
Type
Geom2

(static) popsicleStick(param0, widthopt, thicknessopt, lengthopt, endRadiusopt) → {Geom3}

Popsicle stick
Parameters:
Name Type Attributes Description
param0 *
width number <optional>
Width of the stick
thickness number <optional>
Thickness of the stick
length number <optional>
Length of the stick
endRadius number <optional>
Radii of both ends of the stick
Source:
Returns:
Popsicle stick
Type
Geom3

(static) popsicleStickProfile(param0, widthopt, lengthopt, endRadiusopt) → {Geom2}

Popsicle stick profile
Parameters:
Name Type Attributes Description
param0 *
width number <optional>
Width of the stick
length number <optional>
Length of the stick
endRadius number <optional>
Radii of both ends of the stick
Source:
Returns:
Popsicle stick profile
Type
Geom2

(static) toothpick(radiusopt, lengthopt, pointLengthopt) → {Geom3}

Toothpick model
Parameters:
Name Type Attributes Description
radius number <optional>
Radius of the toothpick
length number <optional>
Length of the toothpick
pointLength number <optional>
Length of the pointed end of the toothpick
Source:
Returns:
Toothpick model
Type
Geom3

(static) toothpickProfile(radiusopt, lengthopt, pointLengthopt) → {Geom2}

Toothpick profile
Parameters:
Name Type Attributes Description
radius number <optional>
Radius of the toothpick
length number <optional>
Length of the toothpick
pointLength number <optional>
Length of the pointed end of the toothpick
Source:
Returns:
Toothpick profile shape
Type
Geom2