Created
July 20, 2019 16:13
-
-
Save m0n5t3r/07aa246b472348f0de6c5474b395cab2 to your computer and use it in GitHub Desktop.
beso freecad macro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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