dwlcj / OSAFE

collection of civil engineering tools in FreeCAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

collection of civil engineering tools in FreeCAD

License:GNU General Public License v3.0


Languages

Language:Python 96.0%Language:TeX 3.0%Language:HTML 0.9%