SetParamsResults
Last update: 20.02.2026class ansys.meshing.prime.SetParamsResults(model=None, error_code=None, warning_code=None, json_data=None, **kwargs)
Results associated with the set parameters operation.
-
Parameters:
model: Model : Model to create a
SetParamsResultsobject with default parameters.error_code: ErrorCode, optional : Error code associated with the set parameters operation.
warning_code: WarningCode, optional : Warning code associated with the set parameters operation.
json_data: dict, optional : JSON dictionary to create a
SetParamsResultsobject with provided parameters.
Examples
>>> set_params_results = prime.SetParamsResults(model = model)
Methods
| Name | Description |
|---|---|
SetParamsResults.print_default() |
Print the default values of SetParamsResults object. |
SetParamsResults.set_default([error_code, ...]) |
Set the default values of the SetParamsResults object. |
Attributes
| Name | Description |
|---|---|
SetParamsResults.error_code |
Error code associated with the set parameters operation. |
SetParamsResults.warning_code |
Warning code associated with the set parameters operation. |