Salome HOME
21680: EDF 2288 SMESH: creation of 0D elements from other elements
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshInfo.h
index f96142108102a10059c4b8ac047be4fb865a8538..a2fa39930e6deb2dc6b12f5d505dee906d3d1ce3 100644 (file)
@@ -67,7 +67,10 @@ class SMESHGUI_EXPORT SMESHGUI_MeshInfo : public QFrame
     i0DStart,
     i0D,
     i0DEnd,
-    i1DStart       = i0DEnd,
+    iBallsStart = i0DEnd,
+    iBalls,
+    iBallsEnd,
+    i1DStart       = iBallsEnd,
     i1D,
     i1DEnd,
     i2DStart       = i1DEnd,