SetNameResults#
- class 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
Print the default values of
SetNameResultsobject.SetNameResults.set_default([warning_code, ...])Set the default values of the
SetNameResultsobject.Attributes
Assigned name of given entity.
Error code associated with the failure of operation.
Warning code associated with the set name of given entity.