Skip to main content

Prime Mesh Python client library 2025 R2

check_mesh

Last update: 10.09.2025

VolumeMeshTool.check_mesh(part_id, params)

Checks mesh of a part.

  • Parameters:

    part_id : Id of a part.

    params : Parameters to check mesh.

  • Returns:

    CheckMeshResults : Returns the CheckMeshResults.

  • Return type:

    CheckMeshResults

Examples

>>> results = volume_mesh_tool.check_mesh(part_id,
>>>                                prime.CheckMeshParams(model =model))

Connect with Ansys