]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FiltersPlugin/FiltersPlugin_OnGeometry.h
Salome HOME
Issue #3141 implementation : Allow usage of the same filters many times
[modules/shaper.git] / src / FiltersPlugin / FiltersPlugin_OnGeometry.h
index 2d25d426616380d1e46336def9c29cb8202602eb..c90e5dd87076b8aca8162a3587a30832e08df84b 100644 (file)
@@ -48,9 +48,6 @@ public:
   virtual bool isOk(const GeomShapePtr& theShape, const ResultPtr&,
                     const ModelAPI_FiltersArgs& theArgs) const override;
 
-  /// Returns True if the filter can be used several times within one filtering
-  virtual bool isMultiple() const { return true; }
-
   /// Returns XML string which represents GUI of the filter
   virtual std::string xmlRepresentation() const override;