Functions | |
def | MaxElementArea |
Defines "MaxElementArea" hypothesis basing on the definition of the maximum area of each triangle. More... | |
def | LengthFromEdges |
Defines "LengthFromEdges" hypothesis to build triangles based on the length of the edges taken from the wire. More... | |
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 |
References Mesh_Algorithm.Hypothesis(), and smeshBuilder.IsEqual().
def LengthFromEdges | ( | self | ) |
Defines "LengthFromEdges" hypothesis to build triangles based on the length of the edges taken from the wire.
References Mesh_Algorithm.CompareEqualHyp(), and Mesh_Algorithm.Hypothesis().