Salome HOME
Issue #2666: Create parameter on parametrical point control input
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetPointInput.h
index 7b6ec3b5940a3adef891f31494aa4b04a628f8e5..bae10d61a71ca2af8a2a6d763f2e911d5224a037 100644 (file)
@@ -76,6 +76,10 @@ protected:
   ModuleBase_ParamSpinBox* myYSpin;
   ModuleBase_ParamSpinBox* myZSpin;
 
+  FeaturePtr myXParam;
+  FeaturePtr myYParam;
+  FeaturePtr myZParam;
+
   double myDefaultValue[3];
 };