From 08ade7c50ce352eba14cd6dbc31cb1e9d9b17db1 Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 10 Jan 2006 11:46:27 +0000 Subject: [PATCH] PAL11161: In dump study geompy.MakeSolidShells() is used instead of geompy.MakeSolid(). --- src/GEOMImpl/GEOMImpl_IShapesOperations.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } //============================================================================= -- 2.39.2