
Sat, 06/19/2010 - 17:39
Forums:
Hello,
I do not find the command in Draw TestHarness to realize this kind of function :
TopoDS_Shell aShell= ....
TopoDS_Shape aShape= BRepBuilderAPI_MakeSolid(aShell).Solid();
aShell is a closed shell. aShell is obtained by sewing several faces.
Regards,
Denis
Mon, 06/21/2010 - 23:05
Hi Denis,
As simple as the following:
> pload MODELING
> restore myshell.brep myshell
> shape mysolid So
> add myshell mysolid
Good luck,
Roman
Tue, 06/22/2010 - 02:13
Thanks very much.
Denis