VolumeMesher.ShapeQualityWeight Property

Weight on shape qualities versus size qualities. Scalar between 0 and 1 indicating the importance of the shape qualities versus the size quality for the regularization step:

  • For values greater than 0.5, the shape quality is privileged.
  • For values lesser than 0.5, the size quality is privileged.
Public Property ShapeQualityWeight() As Double
This language is not supported or no code example is available.
public double ShapeQualityWeight {get; set;}
This language is not supported or no code example is available.

Property Value

double
Remarks
 
Default = 0.6 (slight preference for shape quality). Should not normally be changed.

.NET Framework

Supported in: 4.8

In this article

Definition