Skip to main content

Prime Mesh Python client library 2025 R2

get_parts_for_points

Last update: 10.09.2025

VolumeMeshTool.get_parts_for_points(points, params)

Finds parts enclosing the given list of points.

  • Parameters:

    points : Coordinates of points for which parts need to be found.

    params : Parameters for searching parts.

  • Returns:

    Iterable[int] : Returns array containing information about parts enclosing the points.

  • Return type: Iterable[int]

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

>>> results = volume_mesh_tool.get_parts_for_points([0., 0., 0.], params)

Connect with Ansys