Builds circle-based arches. Input 2D profiles must be centred at (0, 0, 0)
- Source:
Methods
onePtArch(opts, geomProfile)
Builds a one-centre (semicircular) arch.
Parameters:
Name |
Type |
Description |
opts |
Object
|
Properties
Name |
Type |
Description |
arcRadius |
number
|
arc radius |
|
geomProfile |
geom2.Geom2
|
2D cross-section profile |
- Source:
twoPtArch(opts, geomProfile)
Builds a two-centre pointed arch.
Parameters:
Name |
Type |
Description |
opts |
Object
|
Properties
Name |
Type |
Description |
arcRadius |
number
|
arc radius |
archWidth |
number
|
arch width |
|
geomProfile |
geom2.Geom2
|
2D cross-section profile |
- Source: