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

Class BezierCurve

   object --+                
            |                
PrimitiveBase --+            
                |            
       Manifold1D --+        
                    |        
            CurveBase --+    
                        |    
           object --+   |    
                    |   |    
            Primitive --+    
                        |    
                    Curve --+
                            |
                           BezierCurve

A Bezier curve.

Instance Methods [hide private]

Inherited from Curve: __init__, __neg__, collectPrimitiveBases, getControlPoints, isColocated, substitute

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 Primitive: __repr__, getDirectedID, getID, getUnderlyingPrimitive, hasSameOrientation

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

Properties [hide private]

Inherited from object: __class__