copy_cell_zonelets#

VolumeMeshTool.copy_cell_zonelets(cell_zonelets, target_part_id, params)#

Copy cell zonelets and face zonelets connected to the cell zonelets.

Parameters:
cell_zoneletsIterable[int]

Ids of cell zonelets to be copied.

target_part_idint

Part id used to move the copied zonelets.

paramsCopyZoneletsParams

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))