convert polygon mesh to nurb surface

I would like to know Opencascade fuctionality.
The Question is as follows.
1 i would like to know to exist Opencascade fuction to convert mesh
to nurbs surface.
if it is not exit, how do i can this ?

Thanks in advance for your help,
Regards.

Forum supervisor's picture

Hello,

Open CASCADE Technology provides functionality to reconstruct a NURBS surface from a cloud of points - you may use the nodes of triangulation as input points. The standard algorithm is implemented in the package GeomPlate. For its initial description, please consult the Modeling Algorithms User's Guide.

In addition, we offer a commercial tool called Surface from Scattered Points that provides advanced functionality of surface reconstruction. Please take a look at its description at http://www.opencascade.org/support/products/ssp/.

Best regards,
Forum Supervisor

Werner Modenbach's picture

Is there any sample code for doing this?

LI's picture

Could you send me your points cloud to:

yuming.li@univ-reims.fr

I'd like have a try for you.