I need to write something to find the nearest curve to specific cv's
on another curve, within a given limited distance. So far, the only
idea I have is to write a plugin to evaluate the nearestPoint on
curve, for every single one of hundreds of curves, just to find out
the nearest one to the target vertex.

Ideally, I'd have something that simply looks for any objects within a
given distance, decides if it is a nurbsCurve, and then finds its
nearest point/u-parameter. Does anyone know if there is anything
already in the API somewhere that would produce an efficient solution?

Thanks

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to