public void SetClippingPlane(vtkPlane clippingPlane)
 {
     RemoveAllClippingPlanes();
     _polyDataMapper.AddClippingPlane(clippingPlane);
 }