netgen/python/csg.py

9 lines
162 B
Python
Raw Normal View History

2014-10-01 16:31:22 +06:00
try:
# Linux
from libcsg.csg import *
from libmesh.meshing import *
except:
# Windows
from nglib.csg import *
from nglib.meshing import *