anisotropy/playground/salome-run.py

6 lines
267 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
import sys; path = "/home/nafaryus/projects/anisotropy"; sys.path.extend([path, path + "/env/lib/python3.10/site-packages"])
2021-10-18 17:10:30 +05:00
from anisotropy.samples import Simple, FaceCentered, BodyCentered
s = Simple([1, 0, 0], 0.28, filletsEnabled = True)