mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-16 23:37:55 +05:00
PAL7703: change warning message about not-glued solids
This commit is contained in:
parent
d55ae180a9
commit
c9b793926c
@ -84,7 +84,7 @@ TopoDS_Shape GEOMImpl_GlueDriver::GlueFacesWithWarnings (const TopoDS_Shape& the
|
|||||||
{
|
{
|
||||||
Standard_Integer nbAlone = aGluer.AloneShapes();
|
Standard_Integer nbAlone = aGluer.AloneShapes();
|
||||||
theWarning = TCollection_AsciiString(nbAlone);
|
theWarning = TCollection_AsciiString(nbAlone);
|
||||||
theWarning += " solids can not be glued by faces";
|
theWarning += " solid(s) can not be glued by faces";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user