From 4cdc1463b76c262a4456c95a1641acec5ec239fe Mon Sep 17 00:00:00 2001 From: Edgar Date: Thu, 26 Sep 2024 17:00:50 -0500 Subject: [PATCH] import ivb components first so vol ids start at 1 --- parastell/parastell.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parastell/parastell.py b/parastell/parastell.py index df57874c..f3264f9c 100644 --- a/parastell/parastell.py +++ b/parastell/parastell.py @@ -387,12 +387,12 @@ def build_cubit_model(self, skip_imprint=False, legacy_faceting=True): else: cubit_io.init_cubit() - if self.magnet_set: - self._import_magnets_step() - if self.invessel_build: self._import_ivb_step() + if self.magnet_set: + self._import_magnets_step() + if skip_imprint: self.invessel_build.merge_layer_surfaces() else: