    

 ## On this page

  

 

 # set\_default

 Last update: 10.09.2025 

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

#### *static* RefineSplineParams.set\_default(refine\_flag\_u=None, refine\_flag\_v=None, refine\_flag\_w=None, spline\_refinement\_type=None)

Set the default values of the `RefineSplineParams` object.

- **Parameters:**
    
    **refine\_flag\_u: bool, optional**: Indicates whether refinement is applied in u direction.
    
    **refine\_flag\_v: bool, optional**: Indicates whether refinement is applied in v direction.
    
    **refine\_flag\_w: bool, optional**: Indicates whether refinement is applied in w direction.
    
    **spline\_refinement\_type: SplineRefinementType, optional**: Type of spline refinement. Currently, supports h-refinement and p-refinement.