get_parts_for_points#
- VolumeMeshTool.get_parts_for_points(points, params)#
Finds parts enclosing the given list of points.
- Parameters:
- points
Iterable[float] Coordinates of points for which parts need to be found.
- params
PartsForPointsParams Parameters for searching parts.
- points
- 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)