mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
PAL7924: Meaningfull error message provided
This commit is contained in:
parent
25ebdee483
commit
254420b8db
@ -70,6 +70,9 @@ TopoDS_Shape GEOMImpl_GlueDriver::GlueFacesWithWarnings (const TopoDS_Shape& the
|
||||
case 6:
|
||||
Standard_Failure::Raise("Result shape is Null");
|
||||
break;
|
||||
case 101:
|
||||
Standard_Failure::Raise("Argument shape is not a compound of hexahedral solids");
|
||||
break;
|
||||
case 200:
|
||||
Standard_Failure::Raise("Error occured during check of geometric coincidence");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user