check_mesh#

VolumeMeshTool.check_mesh(part_id, params)#

Checks mesh of a part.

Parameters:
part_idint

Id of a part.

paramsCheckMeshParams

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

Examples using VolumeMeshTool.check_mesh#

Wrap a toy car for a flow analysis

Wrap a toy car for a flow analysis