Public Member Functions |
|
def | __init__ |
Private constructor. |
|
def | MaxElementArea |
Define "MaxElementArea" hypothesis to give
the maximun area of each triangles. |
|
def | LengthFromEdges |
Define "LengthFromEdges" hypothesis to
build triangles based on the length of the edges taken from the wire. |
|
def | Parameters |
Define "Netgen 2D Parameters" hypothesis. |
|
def | SetMaxSize |
Set MaxSize. |
|
def | SetSecondOrder |
Set SecondOrder flag. |
|
def | SetOptimize |
Set Optimize flag. |
|
def | SetFineness |
Set Fineness. |
|
def | SetGrowthRate |
Set GrowthRate. |
|
def | SetNbSegPerEdge |
Set NbSegPerEdge. |
|
def | SetNbSegPerRadius |
Set NbSegPerRadius. |
|
def | SetQuadAllowed |
Set QuadAllowed flag. |
|
def | GetSubMesh |
If the algorithm is global, return 0; else return the submesh associated to this algorithm. |
|
def | GetAlgorithm |
Return the wrapped mesher. |
|
def | GetCompatibleHypothesis |
Get list of hypothesis that can be used
with this algorithm. |
|
def | GetName |
Get name of algo. |
|
def | SetName |
Set name to algo. |
|
def | GetId |
Get id of algo. |
|
def | TreatHypoStatus |
Private method. |
|
def | Create |
Private method. |
|
def | Hypothesis |
Private method. |
|
Data Fields |
|
algoType | |
params | |
mesh | |
geom | |
subm | |
algo | |
Static Public Attributes |
|
int | algoType = 0 |
int | params = 0 |
int | mesh = 0 |
int | geom = 0 |
int | subm = 0 |
int | algo = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Print error message if a hypothesis was not assigned. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|