ShellBLControlGrowthParams
Last update: 10.09.2025class ansys.meshing.prime.ShellBLControlGrowthParams(model=None, n_layers=None, offset_type=None, growth_rate=None, first_height=None, json_data=None, **kwargs)
Growth parameters for ShellBL control.
-
Parameters:
model: Model : Model to create a
ShellBLControlGrowthParamsobject with default parameters.n_layers: int, optional : Number of layers to be generated.
This is a beta parameter. The behavior and name may change in the future.offset_type: ShellBLOffsetType, optional : Offset type for ShellBL.
This is a beta parameter. The behavior and name may change in the future.growth_rate: float, optional : Ratio of height of the current layer to the previous layer.
This is a beta parameter. The behavior and name may change in the future.first_height: float, optional : Height of first layer of ShellBL.
This is a beta parameter. The behavior and name may change in the future.json_data: dict, optional : JSON dictionary to create a
ShellBLControlGrowthParamsobject with provided parameters.
Examples
>>> shell_bl_control_growth_params = prime.ShellBLControlGrowthParams(model = model)
Methods
| Name | Description |
|---|---|
ShellBLControlGrowthParams.print_default() |
Print the default values of ShellBLControlGrowthParams object. |
ShellBLControlGrowthParams.set_default([...]) |
Set the default values of the ShellBLControlGrowthParams object. |
Attributes
| Name | Description |
|---|---|
ShellBLControlGrowthParams.first_height |
Height of first layer of ShellBL. |
ShellBLControlGrowthParams.growth_rate |
Ratio of height of the current layer to previous layer. |
ShellBLControlGrowthParams.n_layers |
Number of layers to be generated. |
ShellBLControlGrowthParams.offset_type |
Offset type for ShellBL. |