
Thu, 07/11/2002 - 18:54
Forums:
I'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?
I'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?
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.