Namespace: columns

builders.columns

Builds columns. Input 2D profiles must be centred at (0, 0, 0)
Source:

Methods

threePtColumn(opts)

Builds a three-part column using the specified dimensions and styles.
Parameters:
Name Type Description
opts Object
Properties
Name Type Description
base Array.<(string|number|geom2.Geom2|null)> specs for column base (style, height, radius, geomProfile)
shaft Array.<(string|number|geom2.Geom2|null)> specs for column shaft (style, radius, geomProfile)
capital Array.<(string|number|geom2.Geom2|null)> specs for column capital (style, height, radius, geomProfile)
height number total height of column
Source: