Package esys :: Package pyvisi :: Module normals :: Class Normals
[hide private]
[frames] | no frames]

Class Normals

Known Subclasses:

Class that defines normals. Normals are used to average the normals of points in order to generate better sufaces (in the case of tensors, normals avoids the tensors from appearing black in color).

Instance Methods [hide private]
 
__init__(self)
Initialise the normals.
 
__setInput(self)
Set the input for the normals.
vtkPolyData
_getNormalsOutput(self)
Return the output of the normals.
 
_setupNormals(self, object)
Setup the normals.
Method Details [hide private]

_getNormalsOutput(self)

 

Return the output of the normals.

Returns: vtkPolyData
Polygonal data

_setupNormals(self, object)

 

Setup the normals.

Parameters:
  • object (vtkPolyData, etc) - Input for the normals