return GetPipeLine()->GetClippingPlane(theID);
}
+//----------------------------------------------------------------------------
+void VISU::Prs3d_i::RemoveClippingPlane(vtkIdType theID)
+{
+ GetPipeLine()->RemoveClippingPlane(theID);
+}
+
//----------------------------------------------------------------------------
void
VISU::Prs3d_i
vtkPlane*
GetClippingPlane(vtkIdType theID) const;
+ void RemoveClippingPlane(vtkIdType theID);
+
void
SetPlaneParam(vtkFloatingPointType theDir[3],
vtkFloatingPointType theDist,