Are you using Maya 2009+? On Tue, Sep 1, 2009 at 4:11 AM, Jan Lachauer <[email protected]> wrote:
> > Hello Everybody, > > First: thank you for this very usefull mailinglist!! > > Second: i want to work with the MNurbsIntersector class but I don't > manage to get it right. > > nurbIntersect = OpenMaya.MNurbsIntersector() > > gives me the error: > > # AttributeError: 'module' object has no attribute 'MNurbsIntersector' # > > In C++ its just: MNurbsIntersector nurbIntersect; > (see: closestPointOnNurbsSurfaceCmd.cpp, and > intersectOnNurbsSurfaceCmd.cpp) > > Does anyone know how i can use it in the Python API? > > Thank you. > > All the best, > delaque > > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
