set_soi_sizing_params#

SizeControl.set_soi_sizing_params(params)#

Set the sphere of influence sizing parameters to compute volumetric size field.

Parameters:
paramsSoiSizingParams

Parameters that enables you to set sizing on the spherical influence region.

Returns:
:
SetSizingResults

Returns the SetSizingResults.

Return type:

SetSizingResults

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))