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

Class ReverseArc

   object --+            
            |            
PrimitiveBase --+        
                |        
       Manifold1D --+    
                    |    
              ArcBase --+
                        |
           object --+   |
                    |   |
     ReversePrimitive --+
                        |
                       ReverseArc

Defines an arc which is strictly smaller than π.

Instance Methods [hide private]
 
__init__(self, arc)
Creates an arc defined by the start point, end point and center.
 
getCenterPoint(self)
Returns the center point.
 
getEndPoint(self)
Returns the end point.
 
getStartPoint(self)
Returns the start point.

Inherited from ArcBase: collectPrimitiveBases

Inherited from Manifold1D: getBoundary, getElementDistribution, resetElementDistribution, setElementDistribution

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

Inherited from ReversePrimitive: __neg__, __repr__, getDirectedID, getID, getUnderlyingPrimitive, hasSameOrientation, isColocated, substitute

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, arc)
(Constructor)

 

Creates an arc defined by the start point, end point and center.

Overrides: object.__init__

getCenterPoint(self)

 

Returns the center point.

Overrides: ArcBase.getCenterPoint

getEndPoint(self)

 

Returns the end point.

Overrides: Manifold1D.getEndPoint

getStartPoint(self)

 

Returns the start point.

Overrides: Manifold1D.getStartPoint