get_parts_for_points#

VolumeMeshTool.get_parts_for_points(points, params)#

Finds parts enclosing the given list of points.

Parameters:
pointsIterable[float]

Coordinates of points for which parts need to be found.

paramsPartsForPointsParams

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)