SetNameResults
Last update: 17.07.2025class ansys.meshing.prime.SetNameResults(model=None, warning_code=None, assigned_name=None, error_code=None, json_data=None, **kwargs)
Results associated with the set name.
-
Parameters: model: Model : Model to create a
SetNameResultsobject with default parameters.warning_code: WarningCode, optional : Warning code associated with the set name of given entity.
assigned_name: str, optional : Assigned name of given entity.
error_code: ErrorCode, optional : Error code associated with the failure of operation.
json_data: dict, optional : JSON dictionary to create a
SetNameResultsobject with provided parameters.
Examples
>>> set_name_results = prime.SetNameResults(model = model)
Methods
| Name | Description |
|---|---|
SetNameResults.print_default() |
Print the default values of SetNameResults object. |
SetNameResults.set_default([warning_code, ...]) |
Set the default values of the SetNameResults object. |
Attributes
| Name | Description |
|---|---|
SetNameResults.assigned_name |
Assigned name of given entity. |
SetNameResults.error_code |
Error code associated with the failure of operation. |
SetNameResults.warning_code |
Warning code associated with the set name of given entity. |