mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-26 07:07:55 +05:00
NPAL15379: Fuse error with partitionned shape. Roll back the fix because of regressions.
This commit is contained in:
parent
2c7966ddf1
commit
2e77f1c445
@ -232,6 +232,7 @@ Standard_Integer GEOMImpl_BooleanDriver::Execute(TFunction_Logbook& log) const
|
||||
|
||||
// perform FUSE operation
|
||||
else if (aType == BOOLEAN_FUSE) {
|
||||
/* Fix for NPAL15379: refused
|
||||
// Check arguments
|
||||
TopTools_ListOfShape listShape1, listShape2;
|
||||
AddSimpleShapes(aShape1, listShape1);
|
||||
@ -305,6 +306,7 @@ Standard_Integer GEOMImpl_BooleanDriver::Execute(TFunction_Logbook& log) const
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
// Perform
|
||||
BRepAlgoAPI_Fuse BO (aShape1, aShape2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user