Skip to main content

Prime Mesh Python client library 2024 R2

CopyZoneletsResults

Last update: 17.07.2025

class ansys.meshing.prime.CopyZoneletsResults(model=None, error_code=None, copied_zonelets=None, copied_face_zonelets=None, json_data=None, **kwargs)

Result structure associated with copying zonelets.

  • Parameters: model: Model : Model to create a CopyZoneletsResults object with default parameters.

    error_code: ErrorCode, optional : Error code associated with failure of operation.

    copied_zonelets: Iterable[int], optional : Ids of the copied zonelets.

    copied_face_zonelets: Iterable[int], optional : Ids of the copied bounding faces of cell zonelets.

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

Examples

>>> copy_zonelets_results = prime.CopyZoneletsResults(model = model)

Methods

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

Attributes

Name Description
CopyZoneletsResults.copied_face_zonelets Ids of the copied bounding faces of cell zonelets.
CopyZoneletsResults.copied_zonelets Ids of the copied zonelets.
CopyZoneletsResults.error_code Error code associated with failure of operation.

Connect with Ansys