openalea.phenomenal.segmentation.plane_interception.connected_points_with_point

openalea.phenomenal.segmentation.plane_interception.connected_points_with_point(points, points_graph, src_point)[source]

Return the connected points with src_point, based on points graph connection.

src_point should be in the points_graph.

Parameters:
  • points – ndarray points positions x, y, z

  • src_point – ndarray point position x, y, z

  • points_graph – networkx graph

Returns:

Return the connected points with src_point, based on points graph

connection.