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

Class ReverseCurve

   object --+            
            |            
PrimitiveBase --+        
                |        
       Manifold1D --+    
                    |    
            CurveBase --+
                        |
           object --+   |
                    |   |
     ReversePrimitive --+
                        |
                       ReverseCurve

A curve defined through a list of control points.

Instance Methods [hide private]
 
__init__(self, curve)
Defines a curve from control points.
 
getControlPoints(self)
Returns a list of the points.

Inherited from CurveBase: __len__, getEndPoint, getStartPoint

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__, collectPrimitiveBases, 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, curve)
(Constructor)

 

Defines a curve from control points.

Overrides: object.__init__

getControlPoints(self)

 

Returns a list of the points.

Overrides: CurveBase.getControlPoints