Package esys :: Package pycad :: Module primitives :: Class EllipseBase
[hide private]
[frames] | no frames]

Class EllipseBase

   object --+        
            |        
PrimitiveBase --+    
                |    
       Manifold1D --+
                    |
                   EllipseBase
Known Subclasses:

Base class for ellipses.

Instance Methods [hide private]
 
__init__(self)
Initializes the ellipse.
 
collectPrimitiveBases(self)
Returns the primitives used to construct the ellipse.

Inherited from Manifold1D: getBoundary, getElementDistribution, getEndPoint, getStartPoint, resetElementDistribution, setElementDistribution

Inherited from PrimitiveBase: __add__, __cmp__, __iadd__, __imul__, __isub__, __rmul__, __sub__, apply, copy, getConstructionPoints, getPrimitives, modifyBy, setLocalScale

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

 

Initializes the ellipse.

Overrides: object.__init__