Builds various 2D profiles
- Source:
Namespaces
- connections
- curves
- edge
- ellipse
- foils2d
- frameRect
- rectangle
- reinforcement
- text2d
- triangle
Methods
octagonal(opts)
Octagonal
Parameters:
Name |
Type |
Description |
opts |
Object
|
Properties
Name |
Type |
Description |
sqLength |
number
|
side length for bounding square |
|
- Source:
sqCornerCircNotch(opts)
Square with circular notches at corners.
Parameters:
Name |
Type |
Description |
opts |
Object
|
Properties
Name |
Type |
Description |
sqLength |
number
|
side length for bounding square |
notchRadius |
number
|
radius of circular notch |
|
- Source:
sqCornerCircles(opts)
Square with circles at corners.
Parameters:
Name |
Type |
Description |
opts |
Object
|
Properties
Name |
Type |
Description |
sqLength |
number
|
side length for bounding square |
cornerRadius |
number
|
radius of circular corner |
|
- Source: