Defines a quadrangle 2D algorithm.
More...
|
def | __init__ |
| Private constructor. More...
|
|
def | QuadrangleParameters |
| Defines "QuadrangleParameters" hypothesis. More...
|
|
def | QuadranglePreference |
| Defines "QuadrangleParams" hypothesis with a type of quadrangulation that only quadrangles are built in the transition area along the finer meshed sides, iff the total quantity of segments on all four sides of the face is even. More...
|
|
def | TrianglePreference |
| Defines "QuadrangleParams" hypothesis with a type of quadrangulation that only triangles are built in the transition area along the finer meshed sides. More...
|
|
def | Reduced |
| Defines "QuadrangleParams" hypothesis with a type of quadrangulation that only quadrangles are built and the transition between the sides is made gradually, layer by layer. More...
|
|
def | TriangleVertex |
| Defines "QuadrangleParams" hypothesis with QUAD_STANDARD type of quadrangulation. More...
|
|
Defines a quadrangle 2D algorithm.
It is created by calling smeshBuilder.Mesh.Quadrangle(geom=0)
def __init__ |
( |
|
self, |
|
|
|
mesh, |
|
|
|
geom = 0 |
|
) |
| |
string meshMethod = "Quadrangle" |
|
static |
flag pointing whether this algorithm should be used by default in dynamic method of smeshBuilder.Mesh class
string docHelper = "Creates quadrangle 2D algorithm for faces" |
|
static |
hypothesis associated with algorithm