Salome HOME
Issue #2593: CEA 2018-2 Geometrical Naming
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Placement.h
index 1b8a7b6bd0e1bcf5d27adc62b6d050ee0e62af0b..e40392c1405fc9f8bb8343f71d4f89e8b7dad256 100644 (file)
@@ -96,6 +96,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);
+
   /// Load Naming data structure of the feature to the document
   void loadNamingDS(GeomAlgoAPI_Transform& theTransformAlgo,
                     std::shared_ptr<ModelAPI_ResultBody> theResultBody,