CreateShellBLResults#

class ansys.meshing.prime.CreateShellBLResults(model=None, error_code=None, warning_codes=None, json_data=None, **kwargs)#

Results associated with the ShellBL mesh.

Parameters:
model: Model

Model to create a CreateShellBLResults object with default parameters.

error_code: ErrorCode, optional

Error code associated with the failure of operation.

This is a beta parameter. The behavior and name may change in the future.

warning_codes: List[WarningCode], optional

Warning codes associated with the operation.

This is a beta parameter. The behavior and name may change in the future.

json_data: dict, optional

JSON dictionary to create a CreateShellBLResults object with provided parameters.

Examples

>>> create_shell_blresults = prime.CreateShellBLResults(model = model)

Methods

CreateShellBLResults.print_default()

Print the default values of CreateShellBLResults object.

CreateShellBLResults.set_default([...])

Set the default values of the CreateShellBLResults object.

Attributes

CreateShellBLResults.error_code

Error code associated with the failure of operation.

CreateShellBLResults.warning_codes

Warning codes associated with the operation.