Hi all, I have a list of points which are linear segments approximating a smooth curve, and I would like to convert them into something smoother (NURBS?) to speed up mesh generation since they create many small faces upon extrusion to 3d. I was able to build up the curves using BRepBuilderAPI_MakePolygon() and then display the shape by calling the Shape() method of the result, so I believe I currently have a TopoDS shape. I think the GeomConvert_ApproxCurve class may do what I need, but how do I convert from TopoDS_Shape to Handle_Geom_Curve and back again?
Is this the best way to approach the problem, or is there a better solution I'm missing? (Trying to learn OpenCascade API) :) Thanks! Logan _______________________________________________ Pythonocc-users mailing list [email protected] https://mail.gna.org/listinfo/pythonocc-users
