Tetrahedron (helper) 1D-2D-3D algorithm.
More...
Tetrahedron (helper) 1D-2D-3D algorithm.
This is the helper class that is used just to allow creating of create NETGEN_1D2D3D by calling smeshBuilder.Mesh.Netgen(); this is required for backward compatibility with old Python scripts.
- Note
- This class (and corresponding smeshBuilder.Mesh function) is obsolete; use smeshBuilder.Mesh.Tetrahedron( smeshBuilder.NETGEN_1D2D3D, geom=0 ) instead.
◆ __init__()
| def __init__ |
( |
|
self, |
|
|
|
mesh, |
|
|
|
geom = 0 |
|
) |
| |
Private constructor.
- Parameters
-
| 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_1D2D3D_Algorithm.
◆ meshMethod
| string meshMethod = "Netgen" |
|
static |
◆ docHelper
| string docHelper = "Deprecated, used only for compatibility! See Tetrahedron() method." |
|
static |