Salome HOME
Added CPP High API for FeaturesPlugin_Pipe
[modules/shaper.git] / src / GeomValidators / GeomValidators_IntersectionSelection.h
index 6773a11baddcd8f84171e09ebef450d47a414d83..35a78c04b510f616dff733bbcc45dd4657552891 100644 (file)
 #include <ModelAPI_AttributeValidator.h>
 #include <ModelAPI_Attribute.h>
 
-/// \class GeomValidators_ZeroOffset
+/// \class GeomValidators_IntersectionSelection
 /// \ingroup Validators
-/// \brief Validates selection for boolean operation.
+/// \brief Validates selection for intersection operation.
 class GeomValidators_IntersectionSelection: public ModelAPI_AttributeValidator
 {
 public:
   /// \return True if the attribute is valid. It checks whether the selection
-  /// is acceptable for boolean operation.
+  /// is acceptable for intersection operation.
   /// \param[in] theAttribute an attribute to check.
   /// \param[in] theArguments a filter parameters.
   /// \param[out] theError error message.