Hi folks. Is there a way to use the "GetNearest" functions on parametric objects ? Like Cube and Sphere and so on.
ViewportSelect.GetNearestEdge(op, x, y, maxrad=MAXLONGl, onlyselected=False, ignorelist=None, ignorecnt=0)
If the target object is not editable I get:
RuntimeError: Object is not initialized yet
I've tried currentstate and makeeditable, but the result is the same.