Tetrahedron 2D algorithm. More...

Public Member Functions | |
| def | __init__ (self, mesh, geom=0) |
| Private constructor. More... | |
Static Public Attributes | |
| algoType = NETGEN_2D_Remote | |
| type of algorithm used with helper function in smeshBuilder.Mesh class More... | |
| bool | isDefault = False |
| flag pointing either this algorithm should be used by default in dynamic method of smeshBuilder.Mesh class More... | |
| string | docHelper = "Remotely Creates triangles in face of solids" |
| doc string of the method More... | |
Tetrahedron 2D algorithm.
It can be created by calling smeshBuilder.Mesh.Triangle() or smeshBuilder.Mesh.Triangle( smeshBuilder.NETGEN, 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 |
Reimplemented from NETGEN_2D_Only_Algorithm.
References NETGEN_Algorithm.algoType, NETGEN_1D2D3D_Algorithm.algoType, NETGEN_1D2D_Algorithm.algoType, NETGEN_2D_Only_Algorithm.algoType, NETGEN_3D_Algorithm.algoType, NETGEN_3D_Remote_Algorithm.algoType, NETGEN_2D_Remote_Algorithm.algoType, and NETGEN_1D2D_Algorithm_2.algoType.
|
static |
type of algorithm used with helper function in smeshBuilder.Mesh class
|
static |
flag pointing either this algorithm should be used by default in dynamic method of smeshBuilder.Mesh class
|
static |
doc string of the method