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
CopyZoneletsResultsobject 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
CopyZoneletsResultsobject with provided parameters.
Examples
>>> copy_zonelets_results = prime.CopyZoneletsResults(model = model)
Methods
Print the default values of
CopyZoneletsResultsobject.Set the default values of the
CopyZoneletsResultsobject.Attributes
Ids of the copied bounding faces of cell zonelets.
Ids of the copied zonelets.
Error code associated with failure of operation.