Class RefinementThresholds
A helper class for setting up refinement thresholds.
Inherited Members
Namespace: andywiecko.BurstTriangulator
Assembly: .dll
Syntax
[Serializable]
public class RefinementThresholds
  Properties
| Name | Description | 
|---|---|
| Angle | Specifies the refinement angle constraint for triangles in the resulting mesh. Ensures that no triangle in the mesh has an angle smaller than the specified value.  | 
      
| Area | Specifies the maximum area constraint for triangles in the resulting mesh refinement. Ensures that no triangle in the mesh has an area larger than the specified value.  |