How I can get some specific data out of NURBS curves drawn in Rhino in a .txt Format? Data like coordinates of control Points, their respective weights and knot vectors.
I tried python Scripting but I was not able to get a solution yet.
Please let me know if anyone knows how to get this or if someone has worked on something similar.
Hi, Willem,
Thanks a lot, this command gives the coordinates of the control Points.
I Need the weights of each control Points and the knot vector as well. The data given under Knot Vector (9 knots) doesnt look like a knot vector.
I checked for it in the Details button of the Properties tab as well, it doesnt help either.
I used polysurf command to get the nurbs data of each patch, however, if the object of interest has more than one patch surfaces, polysurf doesn’t work. Do you know how to make a loop around the patches to get the nurbs data of all of the patches using python scripting in rhino?