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

Class Manifold3D

   object --+    
            |    
PrimitiveBase --+
                |
               Manifold3D
Known Subclasses:

General three-dimensional manifold.

Instance Methods [hide private]
 
__init__(self)
Creates a three-dimensional manifold.
 
getBoundary(self)
Returns a list of the one-dimensional manifolds forming the boundary of the volume (including holes).

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

 

Creates a three-dimensional manifold.

Overrides: object.__init__