General two-dimensional manifold.
|
__init__(self)
Creates a two-dimensional manifold. |
|
|
|
getBoundary(self)
Returns a list of the one-dimensional manifolds forming the boundary
of the surface (including holes). |
|
|
list of Points
|
getPoints(self)
returns a list of points used to define the boundary |
|
|
float or None
|
getRecombination(self)
returns max deviation from right angle in the recombination algorithm |
|
|
tuple of a tuple of Points
(or None ) and the orientation which is one of the values
Manifold2D.LEFT, Manifold2D.RIGHT, Manifold2D.ALTERNATE
|
|
|
hasHole(self)
Returns True if a hole is present. |
|
|
|
resetTransfiniteMeshing(self)
removes the transfinite meshing from the surface |
|
|
|
setRecombination(self,
max_deviation=0.785398163397)
Recombines triangular meshes on the surface into mixed
triangular/quadrangular meshes. |
|
|
|
|
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__
|