check_mesh#
- VolumeMeshTool.check_mesh(part_id, params)#
Checks mesh of a part.
- Parameters:
- part_id
int
Id of a part.
- params
CheckMeshParams
Parameters to check mesh.
- part_id
- Returns:
CheckMeshResults
Returns the CheckMeshResults.
- Return type:
Examples
>>> results = volume_mesh_tool.check_mesh(part_id, >>> prime.CheckMeshParams(model =model))