Example #1
0
 public void GetBoundingPlanes(vtkPlaneCollection pc)
 {
     vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetBoundingPlanes_04(base.GetCppThis(), (pc == null) ? default(HandleRef) : pc.GetCppThis());
 }
 public virtual void SetBoundingPlanes(vtkPlaneCollection arg0)
 {
     vtkClosedSurfacePointPlacer.vtkClosedSurfacePointPlacer_SetBoundingPlanes_15(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Example #3
0
 public virtual void SetClippingPlanes(vtkPlaneCollection planes)
 {
     vtkClipClosedSurface.vtkClipClosedSurface_SetClippingPlanes_39(base.GetCppThis(), (planes == null) ? default(HandleRef) : planes.GetCppThis());
 }
Example #4
0
 public virtual void SetBoundingPlanes(vtkPlaneCollection arg0)
 {
     vtkConstrainedPointHandleRepresentation.vtkConstrainedPointHandleRepresentation_SetBoundingPlanes_33(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Example #5
0
 public virtual void SetClippingPlanes(vtkPlaneCollection arg0)
 {
     vtkAbstractMapper.vtkAbstractMapper_SetClippingPlanes_13(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
 public void SetPlanes(vtkPlaneCollection planes)
 {
     vtkClipConvexPolyData.vtkClipConvexPolyData_SetPlanes_08(base.GetCppThis(), (planes == null) ? default(HandleRef) : planes.GetCppThis());
 }