set_hard_sizing_params#
- SizeControl.set_hard_sizing_params(params)#
Set the hard sizing parameters to compute volumetric size field.
- Parameters:
- params
HardSizingParams
Parameters that enables you to set uniform size based on the specified size.
- params
- Returns:
SetSizingResults
Return the SetSizingResults.
- Return type:
Examples
>>> size_control.set_hard_sizing_params( >>> prime.HardSizingParams(model=model, >>> min = 0.1, growth_rate = 1.2))