Version: 8.3.0
Home
 All Data Structures Namespaces Files Functions Variables Groups
2D Meshing Hypotheses

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...
 

Detailed Description

Function Documentation

def MaxElementArea (   self,
  area,
  UseExisting = 0 
)

Defines "MaxElementArea" hypothesis basing on the definition of the maximum area of each triangle.

Parameters
areafor the maximum area of each triangle
UseExistingif ==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().