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, isReversed, substitute

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

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

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance 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