示例#1
0
 public void SetHandleRepresentation(vtkPointHandleRepresentation3D handle)
 {
     vtkLineRepresentation.vtkLineRepresentation_SetHandleRepresentation_54(base.GetCppThis(), (handle == null) ? default(HandleRef) : handle.GetCppThis());
 }
 public void SetAnchorRepresentation(vtkPointHandleRepresentation3D arg0)
 {
     vtkCaptionRepresentation.vtkCaptionRepresentation_SetAnchorRepresentation_21(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }