Forum archiveIssue archiveOther usage issues

Archived discussion

Approximate a Surface

Other usage issuesTue, 12/19/2006 - 13:104 replies

Browse this forum
QuestionAuthor

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.

01Commenter-1

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

02Commenter-1

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

03Author

Hello Geraldo,

take a look in the sample "Plate". You will find some sourcecode there. It works ok.

greetings

04Author

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?