OpenNurbs Knot and control vertex

Hi ,how can i get the knot and control vertex of a model ?


i find a function that is Getspanknot(),but i failed too.

Hi @user230,

You should spend some time reading through the openNURBS header files - opennurbs_nurbscurve.h and opennurbs_nurbssurfaces.h, specifically, as there are a number of methods for retrieving control points and knots for each class, and the header files are well commented.

– Dale

thank u ,@dale, i would try . :grinning: :grinning:

i think i find it .yesterday i used a double s instead of a double array s.
really thank u .@dale