/OSAFE

collection of civil engineering tools in FreeCAD

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

FreeCAD Shear Punching Engineering Workbench

A Workbench in FreeCAD for creating foundation model in CSI SAFE from CSI ETABS Model. It also can Import CSI SAFE model into FreeCAD and calculate Shear punching of columns according to ACI 318-19.

3

Installation

Windows

You can download FreeCAD from below links and install it in windows. After installation, you must clear Civil folder in FreeCAD installation folder (ec. C:\Program Files\FreeCAD 0.19\Mod\Civil) and then install this two repositories via addon manager in FreeCAD.

https://github.com/ebrahimraeyat/OSAFE.git
https://github.com/ebrahimraeyat/etabs_api.git

link1
link2

Debian 10 (Buster)

$ sudo apt install freecad-python3
$ sudo update-alternatives --set freecad /usr/lib/freecad/bin/freecad-python3
$ sudo apt install git python3-pandas
$ mkdir -p $HOME/.FreeCAD/Mod
$ cd $HOME/.FreeCAD/Mod
$ git clone https://github.com/ebrahimraeyat/Civil.git 

Discussion

Forum thread to discuss this workbench can be found in the FreeCAD Subforums

Contribute

Pull Requests are welcome. Please feel free to discuss them on the forum thread.