Sections/Materials Database
Sections DB Integration#
Quick Design is integrated with the SkyCiv Sections Database. The following functions are available in calculate.js
Database.getSection(section_map, unit_system)#
Gets the section properties from the API
Example#
Database.getShapes(library, shape)#
Gets the section list and properties from SkyCiv Servers
Example#
Database.getShapesList(library, shape)#
Gets the section list from SkyCiv Servers, without properties.
Example#
Materials DB Integration#
Database.getMaterial(query)#
Gets the material properties from the API
Section Object in the config.js#
You can also use the "type": "section" in the config.js to automatically load a dropdown of shapes from a section library.
Example#
Example (Advanced)#
Support for some advanced options exists.
Quick Design Section Properties#
To calculate your own Section Properties from Quick Design try the Quick Design Section Properties Docs.