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

Class ArcBase

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

Base class for arcs.

Instance Methods [hide private]
 
__init__(self)
Initializes the arc.
 
collectPrimitiveBases(self)
Returns the primitives used to construct the Arc.
 
getCenterPoint(self)
Returns the center.

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 arc.

Overrides: object.__init__