I am trying to approximate a set of points to a surface and I need to get the proper software. Can you recommend me which one to use?
Thanks a lot
Archived discussion
Approximate a Surface
Hi all,
maybe someone has the same problem and got a solution.
I have a list of unsorted points. I can Interpolate them with GeomAPI_PointsToBSpline. That works fine. But if i try to interpolate them to a surface with GeomAPI_PointsToBSplineSurface, i didnt get successful results, because the points are not sorted. How can i get TColgp_Array2OfPnt from TColgp_Array1OfPnt ready for the interpolation. Or is there an other function for interpolation.
thanks, Author
Discussion
4 archived replies
Posts are displayed in their archived order.
I am trying to approximate a set of points to a surface and I need to get the proper software. Can you recommend me which one to use? Please my mail is [email removed]
Thanks a lot
Hello Geraldo,
take a look in the sample "Plate". You will find some sourcecode there. It works ok.
greetings
Hi all,
i approximate a set of points with GeomPlate_MakeApprox and get a Geom_BSplineSurface. But how can i change the input values to get a plain Face, which i can transform to a Geom_Face for example? In the dokumentation GeomPlate_MakeApprox has 7 or 8 input values, but i use only 6.
can somebody explain that? ideas?