Skip to main content

Prime Mesh Python client library 2024 R1 SP1

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 API is a Beta. API 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))

Connect with Ansys