From cf799c8421249937467661161e4d4810c81dc2d7 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 28 Sep 2015 18:29:48 +0300 Subject: [PATCH] 0023172: EDF 11516 - problem with StructuralElement --- src/GEOM_PY/structelem/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GEOM_PY/structelem/__init__.py b/src/GEOM_PY/structelem/__init__.py index 47f2b6bcd..9fb941376 100644 --- a/src/GEOM_PY/structelem/__init__.py +++ b/src/GEOM_PY/structelem/__init__.py @@ -109,6 +109,8 @@ from salome.geom.geomtools import getGeompy from salome.geom.structelem import parts from salome.geom.structelem.parts import InvalidParameterError +import GEOM + ## This class manages the structural elements in the study. It is used to # create a new structural element from a list of commands. The parameter # \em studyId defines the ID of the study in which the manager will create -- 2.39.2