Skip to main content

Prime Mesh Python client library 2025 R2 SP04

DeleteMeshResults

Last update: 20.02.2026

class ansys.meshing.prime.DeleteMeshResults(model=None, error_code=None, json_data=None, **kwargs)

Results structure associated with delete mesh on topofaces.

  • Parameters:

    model: Model : Model to create a DeleteMeshResults object with default parameters.

    error_code: ErrorCode, optional : Error code associated with the failure of operation.
    This is a beta parameter. The behavior and name may change in the future.

    json_data: dict, optional : JSON dictionary to create a DeleteMeshResults object with provided parameters.

Examples

>>> delete_mesh_results = prime.DeleteMeshResults(model = model)

Methods

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

Attributes

Name Description
DeleteMeshResults.error_code Error code associated with the failure of operation.

Connect with Ansys