Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / PIPELINE / VISU_PipeLine.hxx
index 5bdd0f2ec612e854cfb02986746ef01e0e959ee8..4dd6db6ea26d3770e796b46295a50c63775051a8 100644 (file)
@@ -93,7 +93,7 @@ public:
   // Clipping planes
   void RemoveAllClippingPlanes();
   vtkIdType GetNumberOfClippingPlanes() const;
-  void AddClippingPlane(vtkPlane* thePlane);
+  bool AddClippingPlane(vtkPlane* thePlane);
   vtkPlane* GetClippingPlane(vtkIdType theID) const;
 
   void SetPlaneParam(float theDir[3], float theDist, vtkPlane* thePlane);