mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-06-01 11:47:49 +05:00
PAL11161: In dump study geompy.MakeSolidShells() is used instead of geompy.MakeSolid().
This commit is contained in:
parent
43be995171
commit
08ade7c50c
@ -325,7 +325,7 @@ Handle(GEOM_Object) GEOMImpl_IShapesOperations::MakeShell
|
|||||||
Handle(GEOM_Object) GEOMImpl_IShapesOperations::MakeSolidShells
|
Handle(GEOM_Object) GEOMImpl_IShapesOperations::MakeSolidShells
|
||||||
(list<Handle(GEOM_Object)> theShapes)
|
(list<Handle(GEOM_Object)> theShapes)
|
||||||
{
|
{
|
||||||
return MakeShape(theShapes, GEOM_SOLID, SOLID_SHELLS, "MakeSolidShells");
|
return MakeShape(theShapes, GEOM_SOLID, SOLID_SHELLS, "MakeSolid");
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user