Skip to main content

Prime Mesh Python client library 2025 R2

set_curvature_sizing_params

Last update: 10.09.2025

SizeControl.set_curvature_sizing_params(params)

Set the curvature sizing parameters to compute volumetric size field.

  • Parameters:

    params : Parameters that enables you to set the normal angle as the maximum allowable angle at which one element edge may span.

  • Returns:

    SetSizingResults : Return the SetSizingResults.

  • Return type:

    SetSizingResults

Examples

>>> size_control.set_curvature_sizing_params(
>>>                  prime.CurvatureSizingParams(model=model,
>>>                  min = 0.1, max = 1.0, growth_rate = 1.2,
>>>                  normal_angle = 18))

Connect with Ansys