Skip to content

Instantly share code, notes, and snippets.

@m0n5t3r
Created July 20, 2019 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m0n5t3r/07aa246b472348f0de6c5474b395cab2 to your computer and use it in GitHub Desktop.
Save m0n5t3r/07aa246b472348f0de6c5474b395cab2 to your computer and use it in GitHub Desktop.
beso freecad macro
# -*- coding: utf-8 -*-
import os
__title__ = "BESO topological optimization"
__author__ = "fandaL"
__version__ = "00.01"
__date__ = "20/07/2019"
__Wiki__ = "https://github.com/fandaL/beso/wiki"
__Status__ = "stable"
__Requires__ = "freecad >=0.18"
os.chdir(os.path.join(os.path.dirname(__file__), 'beso'))
import beso_main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment