anisotropy/playground/salome-run.py
L-Nafaryus c57ac1154a
Fix: fillet radius on all structures
Move: StructureGeometry class to geometry.py
2021-10-13 21:47:46 +05:00

6 lines
253 B
Python

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