PointClosestObject¶
-
PointClosestObject(point, object_ids)¶
Finds the object that is closest to a test point Extended to work with more geometry types :param point = point to test: :param object_id = identifiers of one or more objects:
| returns: | (closest object_id, point on object) on success None on failure |
|---|