Package esys :: Package lsm :: Package vis :: Package vtk :: Module cone :: Class Cone
[hide private]
[frames] | no frames]

Class Cone

              object --+        
                       |        
 core.cone.TruncatedCone --+    
                           |    
              core.cone.Cone --+
                               |
              object --+       |
                       |       |
core.modifier.Modifiable --+   |
                           |   |
         modifier.Modifiable --+
                               |
                              Cone

Instance Methods [hide private]
 
__init__(self, basePt, tipPt, radius)
Initialises cone with center-end-point coordinates and corresponding radii.
 
getVtkSource(self)
 
getVtkMapper(self)
 
getActor(self)
 
addActor(self, addTo)

Inherited from core.cone.Cone: getBasePt, getRadius, getTipPt

Inherited from core.cone.TruncatedCone: getCenter, getEndPt1, getEndPt2, getHeight, getRadius1, getRadius2

Inherited from modifier.Modifiable: applyModifiers

Inherited from core.modifier.Modifiable: apply, applySequence, applySingle, getModifierList

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, basePt, tipPt, radius)
(Constructor)

 

Initialises cone with center-end-point coordinates and corresponding radii.

Parameters:
  • basePt - Center coordinate of one end.
  • tipPt - Center coordinate of other end.
  • radius - Radius at basePt.
Overrides: object.__init__
(inherited documentation)