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

Class ReverseSurfaceLoop

      object --+    
               |    
ReversePrimitive --+
                   |
      object --+   |
               |   |
   PrimitiveBase --+
                   |
                  ReverseSurfaceLoop

A view of a SurfaceLoop with reverse orientation.

The loop must represent a closed shell and the primitives should be oriented consistently.

Instance Methods [hide private]
 
__init__(self, surface_loop)
Creates a polygon from a list of line surfaces.
 
__len__(self)
 
getSurfaces(self)
Returns the surfaces defining the SurfaceLoop.

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

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__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, surface_loop)
(Constructor)

 

Creates a polygon from a list of line surfaces. The curves must form a closed loop.

Overrides: object.__init__