set_soft_sizing_params#
- SizeControl.set_soft_sizing_params(params)#
Set the soft sizing parameters to compute volumetric size field.
- Parameters:
- params
SoftSizingParams
Parameters that enables you to set the maximum size on scoped face zonelets.
- params
- Returns:
- :
SetSizingResults
Return the SetSizingResults.
- Return type:
Examples
>>> size_control.set_soft_sizing_params( >>> prime.SoftSizingParams(model=model, >>> max = 1.0, growth_rate = 1.2))
Examples using SizeControl.set_soft_sizing_params#
Mesh a generic PCB geometry with multiple hexa layers
Mesh a generic PCB geometry with multiple hexa layers
Create a contact patch for wrapping between a wheel and ground interface
Create a contact patch for wrapping between a wheel and ground interface
Mesh a set of solder balls (beta)
Mesh a set of solder balls (beta)