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
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
Print the default values of
ShellBLControlGrowthParamsobject.Set the default values of the
ShellBLControlGrowthParamsobject.Attributes
Height of first layer of ShellBL.
Ratio of height of the current layer to previous layer.
Number of layers to be generated.
Offset type for ShellBL.