Quick Design Integrations
#
Sections DB IntegrationQuick 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
#
ExampleDatabase.getShapes(library, shape)
#
Gets the section list and properties from SkyCiv Servers
#
ExampleDatabase.getShapesList(library, shape)
#
Gets the section list from SkyCiv Servers, without properties.
#
Example#
Materials DB IntegrationDatabase.getMaterial(query)
#
Gets the material properties from the API
#
Section Object in the config.jsYou 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 PropertiesYou can view the Quick Design Section Properties Docs.