mpolak Thu, 07/11/2002 - 18:54 Forums: Other usage issuesI've constructed a surface by revolving some curves (by making edges, wires etc) then fused the shapes together (BRepAlgoAPI_Fuse). Is there some way to get a Geom_Surface from the resulting TopoDS_Shape? Benedicte Martin Fri, 07/12/2002 - 10:05 try to use BRep_Tool::Surface(TopoDS_Face) Log in to post comments mpolak Fri, 07/12/2002 - 15:24 Is that a "new" feature? I don't have such a function in my BRep_Tools. I'm using version 4.0. Log in to post comments Stephane Routelous Fri, 07/12/2002 - 15:37 It is a very old function. check in BRep_Tool and not in BRepTools Log in to post comments mpolak Fri, 07/12/2002 - 15:53 I found it. Thanks for the clarification. Log in to post comments
Fri, 07/12/2002 - 10:05
try to use BRep_Tool::Surface(TopoDS_Face)
Fri, 07/12/2002 - 15:24
Is that a "new" feature? I don't have such a function in my BRep_Tools. I'm using version 4.0.
Fri, 07/12/2002 - 15:37
It is a very old function.
check in BRep_Tool and not in BRepTools
Fri, 07/12/2002 - 15:53
I found it. Thanks for the clarification.