Version: 9.16.0
Home
NETGEN_1D2D3D_Algorithm_2 Class Reference

Tetrahedron (helper) 1D-2D-3D algorithm. More...

Inheritance diagram for NETGEN_1D2D3D_Algorithm_2:
Inheritance graph

Public Member Functions

def __init__ (self, mesh, geom=0)
 Private constructor. More...
 

Static Public Attributes

string meshMethod = "Netgen"
 name of the dynamic method in smeshBuilder.Mesh class More...
 
string docHelper = "Deprecated, used only for compatibility! See Tetrahedron() method."
 doc string of the method More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  mesh,
  geom = 0 
)

Private constructor.

Parameters
meshparent mesh object algorithm is assigned to
geomgeometry (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.

Field Documentation

◆ meshMethod

string meshMethod = "Netgen"
static

name of the dynamic method in smeshBuilder.Mesh class

◆ docHelper

string docHelper = "Deprecated, used only for compatibility! See Tetrahedron() method."
static

doc string of the method