Package esys :: Package pyvisi :: Module plane :: Class Plane
[hide private]
[frames] | no frames]

Class Plane

Known Subclasses:

Class that defines a plane that cuts or clips rendered objects.

Instance Methods [hide private]
 
__init__(self)
Initialise the plane.
 
__setNormal(self, position)
Set the normal of the plane.
 
__setOrigin(self, position)
Set the origin of the plane.
 
__setTransform(self)
Set the transformation of the plane.
vtkPlane
_getPlane(self)
Return the plane.
 
_setupPlane(self, transform)
Setup the plane.
Method Details [hide private]

__setNormal(self, position)

 

Set the normal of the plane.

Parameters:

__setOrigin(self, position)

 

Set the origin of the plane.

Parameters:

_getPlane(self)

 

Return the plane.

Returns: vtkPlane
Plane that cuts through rendered objects

_setupPlane(self, transform)

 

Setup the plane.

Parameters:
  • transform (Transform object) - Specifies the orientation of the plane