PointClosestObjects¶
-
PointClosestObjects(point, object_ids, tolerance=None)¶
Finds the object that is closest to a test point within a tolerance :param point = point to test: :param object_ids = identifiers of one or more objects: :param tolerance = distance to test against. If ommitted, Document Model Tolerance is used.:
| returns: | A list of object ids |
|---|