VolumeMesher.OptimizationLevel Property

Optimization level between 0 and 10. Controls the trade-off between speed(low values) and high element quality (high values). The higher the level, the more aggressive the algorithms.
Public Property OptimizationLevel() As Integer
This language is not supported or no code example is available.
public int OptimizationLevel {get; set;}
This language is not supported or no code example is available.

Property Value

int
Remarks
 
The algorithms involved here aim at optimizing both the shape quality of the elements and their size quality (length of elements' edges). Hence, increasing the value of OptimizationLevel may lead sometimes to a reduction in the shape qualities (min, average or max value) whereas the global quality (which takes into account both types of quality) gets better. The ShapeQualityWeight parameter controls the weight of the shape quality in the global quality measure. Level zero disables any optimization.

.NET Framework

Supported in: 4.8

In this article

Definition