Skip to main content

Prime Mesh Python client library 2025 R2 SP04

RefineAtContactsResults

Last update: 20.02.2026

class ansys.meshing.prime.RefineAtContactsResults(model=None, n_refined=None, size_field_id=None, error_code=None, json_data=None, **kwargs)

Results structure associated with refine face elements in contact.

  • Parameters:

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

    n_refined: int, optional : Number of face elements identified for refinement.

    size_field_id: int, optional : Id of size field created to refine at contacts.

    error_code: ErrorCode, optional : ErrorCode associated with the refine contacts operation.

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

Examples

>>> refine_at_contacts_results = prime.RefineAtContactsResults(model = model)

Methods

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

Attributes

Name Description
RefineAtContactsResults.error_code ErrorCode associated with the refine contacts operation.
RefineAtContactsResults.n_refined Number of face elements identified for refinement.
RefineAtContactsResults.size_field_id Id of size field created to refine at contacts.

Connect with Ansys