diff options
author | Anthony LaTorre <telatorre@gmail.com> | 2011-06-01 17:00:37 -0400 |
---|---|---|
committer | Anthony LaTorre <telatorre@gmail.com> | 2011-06-01 17:00:37 -0400 |
commit | d0825a136ff65b36069ff8b078b9fd97adeed0df (patch) | |
tree | ca47a0bfb495d8795e3fba7c7315215a5d7f5513 /detectors/lbne.py | |
parent | b0f5fa8f463136ee8fb5401b3aa76d1b087997d2 (diff) | |
download | chroma-d0825a136ff65b36069ff8b078b9fd97adeed0df.tar.gz chroma-d0825a136ff65b36069ff8b078b9fd97adeed0df.tar.bz2 chroma-d0825a136ff65b36069ff8b078b9fd97adeed0df.zip |
first step towards moving to a new mesh/solid/geometry structure
Diffstat (limited to 'detectors/lbne.py')
-rw-r--r-- | detectors/lbne.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/detectors/lbne.py b/detectors/lbne.py index a9136dd..81f5dd7 100644 --- a/detectors/lbne.py +++ b/detectors/lbne.py @@ -10,9 +10,10 @@ dir = os.path.split(os.path.realpath(__file__))[0] sys.path.append(dir + '/..') import models -from stl import read_stl +from mesh import * from transform import rotate -from geometry import Geometry, Solid +from solid import Solid +from geometry import Geometry from materials import glass, h2o endcap_spacing = .485 |