CopyZoneletsResults#

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

CopyZoneletsResults.print_default()

Print the default values of CopyZoneletsResults object.

CopyZoneletsResults.set_default([...])

Set the default values of the CopyZoneletsResults object.

Attributes

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.