Salome HOME
Validator for partition
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchCreator.h
index adb5a92be5522520cf29992d1ecc9f36f14a9c03..9bcc8a67f3b9163a502caf953bc85439b080f69d 100644 (file)
@@ -63,6 +63,9 @@ private:
   /// Input control of the widget
   QLineEdit* myTextLine;
 
+  /// To check if we need to use body for composite feature or not
+  bool myUseBody;
+
 };
 
 #endif
\ No newline at end of file