PAL11161: In dump study geompy.MakeSolidShells() is used instead of geompy.MakeSolid().

This commit is contained in:
jfa 2006-01-10 11:46:27 +00:00
parent 43be995171
commit 08ade7c50c

View File

@ -325,7 +325,7 @@ Handle(GEOM_Object) GEOMImpl_IShapesOperations::MakeShell
Handle(GEOM_Object) GEOMImpl_IShapesOperations::MakeSolidShells
(list<Handle(GEOM_Object)> theShapes)
{
return MakeShape(theShapes, GEOM_SOLID, SOLID_SHELLS, "MakeSolidShells");
return MakeShape(theShapes, GEOM_SOLID, SOLID_SHELLS, "MakeSolid");
}
//=============================================================================