ShellBLControlGrowthParams#
- class 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
ShellBLControlGrowthParams
object 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 heights of current layer to 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
ShellBLControlGrowthParams
object with provided parameters.
Examples
>>> shell_bl_control_growth_params = prime.ShellBLControlGrowthParams(model = model)
Methods
Print the default values of
ShellBLControlGrowthParams
object.Set the default values of the
ShellBLControlGrowthParams
object.Attributes
Height of first layer of ShellBL.
Ratio of heights of current layer to previous layer.
Number of layers to be generated.
Offset type for ShellBL.