Defines a hexahedron 3D algorithm. More...
Public Member Functions | |
def | __init__ |
Private constructor. More... | |
Static Public Attributes | |
string | meshMethod = "Hexahedron" |
name of the dynamic method in smeshBuilder.Mesh class More... | |
algoType = Hexa | |
type of algorithm used with helper function in smeshBuilder.Mesh class More... | |
isDefault = True | |
flag pointing whether this algorithm should be used by default in dynamic method of smeshBuilder.Mesh class More... | |
string | docHelper = "Creates hexahedron 3D algorithm for volumes" |
doc string of the method More... | |
Defines a hexahedron 3D algorithm.
It is created by calling smeshBuilder.Mesh.Hexahedron(geom=0)
def __init__ | ( | self, | |
mesh, | |||
geom = 0 |
|||
) |
Private constructor.
mesh | parent mesh object algorithm is assigned to |
geom | geometry (shape/sub-shape) algorithm is assigned to; if it is 0 (default), the algorithm is assigned to the main shape |
References Mesh_Algorithm.Create().
|
static |
name of the dynamic method in smeshBuilder.Mesh class
|
static |
type of algorithm used with helper function in smeshBuilder.Mesh class
|
static |
flag pointing whether this algorithm should be used by default in dynamic method of smeshBuilder.Mesh class
|
static |
doc string of the method