mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +05:00
(roll back) 020604: EDF 1172 GEOM : Result of boolean operations is null compound
This commit is contained in:
parent
e85a79e8f8
commit
1620879e04
@ -438,13 +438,14 @@ Standard_Integer GEOMImpl_BooleanDriver::Execute(TFunction_Logbook& log) const
|
|||||||
//}
|
//}
|
||||||
|
|
||||||
//Alternative case to check shape result Mantis 0020604: EDF 1172
|
//Alternative case to check shape result Mantis 0020604: EDF 1172
|
||||||
TopoDS_Iterator It (aShape, Standard_True, Standard_True);
|
/* TopoDS_Iterator It (aShape, Standard_True, Standard_True);
|
||||||
int nbSubshapes=0;
|
int nbSubshapes=0;
|
||||||
for (; It.More(); It.Next())
|
for (; It.More(); It.Next())
|
||||||
nbSubshapes++;
|
nbSubshapes++;
|
||||||
if (!nbSubshapes)
|
if (!nbSubshapes)
|
||||||
Standard_ConstructionError::Raise("Boolean operation aborted : result object is empty compound");
|
Standard_ConstructionError::Raise("Boolean operation aborted : result object is empty compound");*/
|
||||||
//end of 0020604: EDF 1172
|
//end of 0020604: EDF 1172
|
||||||
|
//! the changes temporary commented because of customer needs (see the same mantis bug)
|
||||||
|
|
||||||
aFunction->SetValue(aShape);
|
aFunction->SetValue(aShape);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user