I want to write a tool in MEL that creates a predefined piece of geometry (polygon) along the isoparms of a nurb? (think thorns on a branch. thorns are polygons, and branch is nurbs).
I've been looking at the MEL documentation about Nurbs and like most other parts of it, it is pretty cryptic to get the data you want and how to use it. I can see the data it stores such as the attributes for the isoparms (eg: nurbs1.v[1] or nurbs1.u[2]) but I cannot figure out how to utilize the data.
Any help would be great.
