ansys.meshing.prime.VolumeMeshTool Last update: 17.07.2025 VolumeMeshTool.copy_cell_zonelets(cell_zonelets, target_part_id, params) Copy cell zonelets and face zonelets connected to the cell zonelets. Parameters: cell_zonelets : Ids of cell zonelets to be copied. target_part_id : Part id used to move the copied zonelets. params : Parameters to copy cell zonelets. Returns: CopyZoneletsResults : Returns the CopyZoneletsResults. Return type: CopyZoneletsResults Notes This is a beta API. The behavior and implementation may change in future. Examples >>>> results = volume_mesh_tool.copy_cell_zonelets(cell_zonelets, target_part_id = new_part.id, prime.CopyZoneletsParams(model = model))