From: vsr Date: Mon, 28 Sep 2015 15:29:48 +0000 (+0300) Subject: 0023172: EDF 11516 - problem with StructuralElement X-Git-Tag: V7_7_0_WIN~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cf799c8421249937467661161e4d4810c81dc2d7;p=modules%2Fgeom.git 0023172: EDF 11516 - problem with StructuralElement --- 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