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

Class ReversePlaneSurface

       object --+    
                |    
 ReversePrimitive --+
                    |
   object --+       |
            |       |
PrimitiveBase --+   |
                |   |
       Manifold2D --+
                    |
                   ReversePlaneSurface

Creates a view onto a PlaneSurface but with reverse orientation.

Instance Methods [hide private]
 
__init__(self, surface)
Creates a polygon from a PlaneSurface.
 
getBoundary(self)
Returns a list of the one-dimensional manifolds forming the boundary of the Surface (including holes).
 
getBoundaryLoop(self)
Returns the CurveLoop defining the ReversePlaneSurface.
 
getHoles(self)
Returns the holes.
 
hasHole(self)
Returns True if a hole is present.

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

Inherited from Manifold2D: getPoints, getRecombination, getTransfiniteMeshing, resetTransfiniteMeshing, setRecombination, setTransfiniteMeshing

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__

Class Variables [hide private]

Inherited from Manifold2D: ALTERNATE, LEFT, RIGHT

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, surface)
(Constructor)

 

Creates a polygon from a PlaneSurface.

Overrides: object.__init__

getBoundary(self)

 

Returns a list of the one-dimensional manifolds forming the boundary of the Surface (including holes).

Overrides: Manifold2D.getBoundary

hasHole(self)

 

Returns True if a hole is present.

Overrides: Manifold2D.hasHole