set_default#

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.