netgen/python/csg.py
2014-10-01 10:31:22 +00:00

9 lines
162 B
Python

try:
# Linux
from libcsg.csg import *
from libmesh.meshing import *
except:
# Windows
from nglib.csg import *
from nglib.meshing import *