Skip to main content

Prime Mesh Python client library 2024 R2

RemoveLabelResults

Last update: 17.07.2025

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

Name Description
RemoveLabelResults.print_default() Print the default values of RemoveLabelResults object.
RemoveLabelResults.set_default([error_code]) Set the default values of the RemoveLabelResults object.

Attributes

Name Description
RemoveLabelResults.error_code Error code associated with the remove label operation.

Connect with Ansys