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