Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.VolumeMeshTool

Last update: 17.07.2025

VolumeMeshTool.improve_by_auto_node_move(part_id, cell_zonelets, boundary_zonelets, params)

Improve volume mesh by auto node move.

  • Parameters: part_id : Id of a part.

    cell_zonelets : Ids of cell zonelets to be improved.

    boundary_zonelets : Ids of boundary face zonelets.

    params : Auto node move parameters.

  • Returns: VolumeMeshToolResults : Return the VolumeMeshToolResults.

  • Return type: VolumeMeshToolResults

Examples

>>> results = volume_mesh_tool.improve_by_auto_node_move(part_id,
>>>                                cell_zonelets,
>>>                                boundary_zonelets,
>>>                                prime.AutoNodeMoveParams(model =model))

Connect with Ansys