AddLabelResults#
- class ansys.meshing.prime.AddLabelResults(model=None, error_code=None, json_data=None, **kwargs)#
Results associated with the add label operation.
- Parameters:
- model: Model
Model to create a
AddLabelResults
object with default parameters.- error_code: ErrorCode, optional
Error code associated with the add label operation.
- json_data: dict, optional
JSON dictionary to create a
AddLabelResults
object with provided parameters.
Examples
>>> add_label_results = prime.AddLabelResults(model = model)
Methods
Print the default values of
AddLabelResults
object.AddLabelResults.set_default
([error_code])Set the default values of the
AddLabelResults
object.Attributes
Error code associated with the add label operation.