Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.38 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.38 KB

ETABS Concrete Frame

This app creates a 3D concrete frame by defining two parameters: frame length and height. The model is created in ETABS using the CSI API, then analyzed under the default load case (Dead Load/Self Weight), and the reactions are sent back to the app for visualization in a table view.

Table

ETABS Connection

The connection between VIKTOR and SAP2000 or ETABS is managed by a “worker.” A worker is a program that connects the VIKTOR platform to third-party software running outside the platform. You can install the worker on your local machine to test the integration by following this tutorial. The API will create a model as shown below:

ETABS

Table View

The VIKTOR app post-processes the results from ETABS and displays them in a TableView. The results are the reaction loads calculated by ETABS under the self-weight of the structure, as shown in the image below.

Table

References

Feel free to check the following tutorial and guide to set up the app and worker correctly!