ebrahimraeyat / OSAFE

collection of civil engineering tools in FreeCAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeCAD Civil Foundation Model 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

Dependencies

  • This Addon/workbench runs on:
    • Most up to date stable release
    • Most up to date development release
    • Python 3 compatible
    • Qt5 compatible
    • Qt5 and Qt6 compatible (uses "import PySide" rather than "import PySide2")
  • Backward compatible with 0.19 version of FC.
  • 3rd party dependencies:
    • numpy
    • scipy
    • pandas
    • git
    • comtypes

Installation

Addon Manager

  1. Start the Addons Manager from menu Tools -> Addons manager
  2. Locate and install the OSAFE addon
  3. Restart FreeCAD, and switch to the OSAFE workbench

Manually

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 clone this two repositories .

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/OSAFE.git 
$ git clone https://github.com/ebrahimraeyat/etabs_api.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 97.3%Language:TeX 2.1%Language:HTML 0.7%