Hi all,

I'm reading a data from a STL or STEP file, after reading I have a
TopoDS_Shape. Now I want to transform that TopoDS_Shape to a
Handle_Geom_BSplineSurface using the method SurfaceToBSplineSurface
from GeomConvert class, but it waits as argument a
Handle_Geom_Surface. I can't find a way to transform that TopoDS_Shape
to Handle_Geom_Surface. How can I do that? Are there a better way to
transform a TopoDS_Shape to Handle_Geom_BSplineSurface ?

Thanks!

_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to