I’m starting to work with isogeometric analysis and one problem I’m having is getting data of a NURBS surface. Basically, I need to create a 2D surface and export its control points, weights and knots vectors to a text file (if it is possible to obtain the connectivity of the elements, it would be very good!).
Could someone tell me how can I export this data?
Hello Rosicley
Did you find the answer to your question.
I am also having the same problem but the script keeps returning a weight of 1 associated with each control point.
I am trying to perform stress analyses on a planar surface with a hole in the center of the plate with the help of IGA. I wrote a MATLAB code for the same. But when I try to plot the NURBS surface in matlab with the obtained control points and knot vectors, I get a rectangular surface.