    

 ## On this page

  

 

 # set\_default

 Last update: 17.07.2025 

<a id="ansys.meshing.prime.CurvatureSizingParams.set_default"></a>

#### *static* CurvatureSizingParams.set\_default(min=None, max=None, growth\_rate=None, normal\_angle=None, use\_cad\_curvature=None)

Set the default values of the `CurvatureSizingParams` object.

- **Parameters:**
    
    **min: float, optional**: Minimum size used for computing edge and face size using curavture size control.
    
    **max: float, optional**: Maximum size used for computing edge and face size using curavture size control.
    
    **growth\_rate: float, optional**: Growth rate used for transitioning from one element size to neighbor element size.
    
    **normal\_angle: float, optional**: Maximum allowable angle at which one element edge may span.
    
    **use\_cad\_curvature: bool, optional**: Option to enable use of CAD curvature for computing edge and face size.