set_soi_sizing_params#
- SizeControl.set_soi_sizing_params(params)#
Set the sphere of influence sizing parameters to compute volumetric size field.
- Parameters:
- params
SoiSizingParams Parameters that enables you to set sizing on the spherical influence region.
- params
- Returns:
- :
SetSizingResultsReturns the SetSizingResults.
- Return type:
Notes
This is a beta API. The behavior and implementation may change in future.
Examples
>>> size_control.set_soi_sizing_params( >>> prime.SoiSizingParams(model=model, >>> max = 0.1, growth_rate = 1.2))