Functions | |
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 MaxElementArea | ( | self, | ||
area, | ||||
UseExisting = 0 | ||||
) | [inherited] |
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 |
Only for algoType == MEFISTO || NETGEN_2D
def LengthFromEdges | ( | self | ) | [inherited] |
Defines "LengthFromEdges" hypothesis to build triangles based on the length of the edges taken from the wire.
Only for algoType == MEFISTO || NETGEN_2D