SetSizingResults
Last update: 20.02.2026class 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
SetSizingResultsobject 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
SetSizingResultsobject with provided parameters.
Examples
>>> set_sizing_results = prime.SetSizingResults(model = model)
Methods
| Name | Description |
|---|---|
SetSizingResults.print_default() |
Print the default values of SetSizingResults object. |
SetSizingResults.set_default([...]) |
Set the default values of the SetSizingResults object. |
Attributes
| Name | Description |
|---|---|
SetSizingResults.error_code |
Error code associated with the set sizing parameters. |
SetSizingResults.warning_codes |
Warning codes associated with the set sizing parameters. |