Salome HOME
0020632: EDF 1173 GEOM : Extrusion with multiple selection
[modules/geom.git] / src / GenerationGUI / GenerationGUI_PrismDlg.h
index 1ccc7461b2fba1342a235a826b07884d50a82d60..cfa1b541291e17b378a8f9af4a0dffdfe54ff4f5 100644 (file)
@@ -57,7 +57,7 @@ private:
   double                             getHeight() const;
  
 private:
-  GEOM::GEOM_Object_var              myBase; /* Base shape */
+  GEOM::ListOfGO                     myBaseObjects;  /* Base shapes */
   GEOM::GEOM_Object_var              myVec;  /* Vector, defining the direction */
   GEOM::GEOM_Object_var              myPoint1, myPoint2;   /* Points for extrusion */