Salome HOME
Dump with geometrical selection
[modules/shaper.git] / src / Model / Model_BodyBuilder.h
index 983c03a7564f5f7564d0e9a48c8641d721a1589a..2c8f563218b5d79836565dd06f1e70b6a962e629 100755 (executable)
@@ -153,6 +153,13 @@ private:
   /// builds name for the shape kept at the specified tag
   void buildName(const int theTag, const std::string& theName);
 
+private:
+  int myDividedIndex;
+  int myVIndex;
+  int myEIndex;
+  int myFIndex;
+
+private:
   friend class Model_ResultBody;
   friend class Model_ResultCompSolid;
 };