Package esys :: Package pyvisi :: Module cutter :: Class Cutter
[hide private]
[frames] | no frames]

Class Cutter

Known Subclasses:

Class that defines a cutter.

Instance Methods [hide private]
 
__init__(self)
Initialise the cutter.
 
__setCutFunction(self)
Set the cut function (using a plane).
 
__setInput(self)
Set the input for the cutter.
vtkPolyData
_getCutterOutput(self)
Return the output of the cutter.
 
_setupCutter(self, object, plane)
Setup the cutter.
Method Details [hide private]

_getCutterOutput(self)

 

Return the output of the cutter.

Returns: vtkPolyData
Polygonal data

_setupCutter(self, object, plane)

 

Setup the cutter.

Parameters:
  • object (vtkUnstructuredGrid, etc) - Input for the cutter
  • plane (vtkPlane) - Plane to cut the object