Salome HOME
Issue #2593: CEA 2018-2 Geometrical Naming
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Placement.h
index ccc9dba8bdfa76a01547fb52cba8baa228bfba6c..4b8e94c6459b98bc692765fd3daf8cca031c45fe 100644 (file)
@@ -95,6 +95,9 @@ class FeaturesPlugin_Placement : public ModelAPI_Feature
 
   /// Use plugin manager for features creation
   FeaturesPlugin_Placement();
+private:
+  /// Checks validity of passed shape.
+  bool isShapeValid(GeomShapePtr theShape);
 };
 
 #endif