SetSizingResults#

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

Result associated with the different set sizing parameters.

Parameters:
model: Model

Model to create a SetSizingResults object with default parameters.

warning_codes: List[WarningCode], optional

Warning codes associated with the set sizing parameters.

error_code: ErrorCode, optional

Error code associated with the set sizing parameters.

json_data: dict, optional

JSON dictionary to create a SetSizingResults object with provided parameters.

Examples

>>> set_sizing_results = prime.SetSizingResults(model = model)

Methods

SetSizingResults.print_default()

Print the default values of SetSizingResults object.

SetSizingResults.set_default([...])

Set the default values of the SetSizingResults object.

Attributes

SetSizingResults.error_code

Error code associated with the set sizing parameters.

SetSizingResults.warning_codes

Warning codes associated with the set sizing parameters.