Skip to main content

Prime Mesh Python client library 2025 R1 SP01

CreateContactPatchResults

Last update: 17.07.2025

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

Result structure associated with created contact patch zonelets.

  • Parameters:

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

    error_code: ErrorCode, optional : Error code associated with the contact patch creation operation.

    part_id: int, optional : Contact patch part id.

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

Examples

>>> create_contact_patch_results = prime.CreateContactPatchResults(model = model)

Methods

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

Attributes

Name Description
CreateContactPatchResults.error_code Error code associated with the contact patch creation operation.
CreateContactPatchResults.part_id Contact patch part id.

Connect with Ansys