Triangle NETGEN 2D algorithm It is created by calling Mesh.Triangle( NETGEN_2D, geom=0 ) More...
Public Member Functions | |
def | __init__ |
Private constructor. | |
def | MaxElementArea |
Defines "MaxElementArea" hypothesis basing on the definition of the maximum area of each triangle. | |
def | LengthFromEdges |
Defines "LengthFromEdges" hypothesis to build triangles based on the length of the edges taken from the wire. | |
def | SetQuadAllowed |
Sets QuadAllowed flag. | |
def | SetMaxSize |
Sets MaxSize. | |
def | SetMinSize |
Sets MinSize. | |
def | SetOptimize |
Sets Optimize flag. | |
def | SetFineness |
Sets Fineness. | |
def | SetGrowthRate |
Sets GrowthRate. | |
def | Parameters |
Defines hypothesis having several parameters. |
Data Fields | |
params |
Static Public Attributes | |
string | meshMethod = "Triangle" |
algoType = NETGEN_2D |
Triangle NETGEN 2D algorithm It is created by calling Mesh.Triangle( NETGEN_2D, geom=0 )
def __init__ | ( | self, | |
mesh, | |||
geom = 0 |
|||
) |
Private constructor.
Reimplemented from NETGEN_Algorithm.
def MaxElementArea | ( | self, | |
area, | |||
UseExisting = 0 |
|||
) |
Defines "MaxElementArea" hypothesis basing on the definition of the maximum area of each triangle.
area | for the maximum area of each triangle |
UseExisting | if ==true - searches for an existing hypothesis created with the same parameters, else (default) - creates a new one |
def LengthFromEdges | ( | self | ) |
Defines "LengthFromEdges" hypothesis to build triangles based on the length of the edges taken from the wire.
def SetQuadAllowed | ( | self, | |
toAllow = True |
|||
) |
Sets QuadAllowed flag.
References NETGEN_Algorithm.Parameters(), and NETGEN_Algorithm.params.
|
inherited |
Sets MaxSize.
References NETGEN_Algorithm.Parameters().
|
inherited |
Sets MinSize.
References NETGEN_Algorithm.Parameters().
|
inherited |
Sets Optimize flag.
References NETGEN_Algorithm.Parameters().
|
inherited |
Sets Fineness.
theFineness | is: VeryCoarse, Coarse, Moderate, Fine, VeryFine or Custom |
References NETGEN_Algorithm.Parameters().
|
inherited |
Sets GrowthRate.
References NETGEN_Algorithm.Parameters().
|
inherited |
Defines hypothesis having several parameters.
|
static |
|
static |
|
inherited |