ShellBLParams#
- class ansys.meshing.prime.ShellBLParams(model=None, json_data=None, **kwargs)#
Parameters used to generate ShellBL.
- Parameters:
- model: Model
Model to create a
ShellBLParams
object with default parameters.- json_data: dict, optional
JSON dictionary to create a
ShellBLParams
object with provided parameters.
Examples
>>> shell_blparams = prime.ShellBLParams(model = model)
Methods
Print the default values of
ShellBLParams
object.Set the default values of the
ShellBLParams
object.