    

 ## On this page

  

 

 # ansys.meshing.prime.BoiSizingParams

 Last update: 17.07.2025 

# BoiSizingParams

### *class* ansys.meshing.prime.BoiSizingParams(model=None, max=None, growth\_rate=None, json\_data=None, \*\*kwargs)

Size field computed using body of influence size control enables you to specify a body of influence(that is, a region for sizing control).

The maximum mesh size will be equal to the specified size within the body of influence. The minimum size will be determined based on the influence of other size controls.

### Methods

[`BoiSizingParams.print_default`](ansys.meshing.prime.BoiSizingParams.print_default.md#ansys.meshing.prime.BoiSizingParams.print_default)()Print the default values of BoiSizingParams.[`BoiSizingParams.set_default`](ansys.meshing.prime.BoiSizingParams.set_default.md#ansys.meshing.prime.BoiSizingParams.set_default)(\[max, growth\_rate\])Set the default values of BoiSizingParams.### Attributes

[`BoiSizingParams.growth_rate`](ansys.meshing.prime.BoiSizingParams.growth_rate.md#ansys.meshing.prime.BoiSizingParams.growth_rate)Growth rate used for transitioning from one element size to neighbor element size.[`BoiSizingParams.max`](ansys.meshing.prime.BoiSizingParams.max.md#ansys.meshing.prime.BoiSizingParams.max)Maximum size used for computing edge and face size using boi size control.