From: jfa Date: Tue, 10 Jan 2006 11:46:27 +0000 (+0000) Subject: PAL11161: In dump study geompy.MakeSolidShells() is used instead of geompy.MakeSolid(). X-Git-Tag: T_Before_Join_BR-D5-38-2003~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=08ade7c50ce352eba14cd6dbc31cb1e9d9b17db1;p=modules%2Fgeom.git PAL11161: In dump study geompy.MakeSolidShells() is used instead of geompy.MakeSolid(). --- diff --git a/src/GEOMImpl/GEOMImpl_IShapesOperations.cxx b/src/GEOMImpl/GEOMImpl_IShapesOperations.cxx index 39172e1a9..c0bd17527 100644 --- a/src/GEOMImpl/GEOMImpl_IShapesOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_IShapesOperations.cxx @@ -325,7 +325,7 @@ Handle(GEOM_Object) GEOMImpl_IShapesOperations::MakeShell Handle(GEOM_Object) GEOMImpl_IShapesOperations::MakeSolidShells (list theShapes) { - return MakeShape(theShapes, GEOM_SOLID, SOLID_SHELLS, "MakeSolidShells"); + return MakeShape(theShapes, GEOM_SOLID, SOLID_SHELLS, "MakeSolid"); } //=============================================================================