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