Skip to main content

Prime Mesh Python client library 2025 R1 SP01

set_soft_sizing_params

Last update: 17.07.2025

SizeControl.set_soft_sizing_params(params)

Set the soft sizing parameters to compute volumetric size field.

  • Parameters: params : Parameters that enables you to set the maximum size on scoped face zonelets.

  • Returns: :

    SetSizingResults : Return the SetSizingResults.

  • Return type: SetSizingResults

Examples

>>> size_control.set_soft_sizing_params(
>>>                  prime.SoftSizingParams(model=model,
>>>                  max = 1.0, growth_rate = 1.2))

Connect with Ansys