mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-30 14:27:49 +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
|
// perform FUSE operation
|
||||||
else if (aType == BOOLEAN_FUSE) {
|
else if (aType == BOOLEAN_FUSE) {
|
||||||
|
/* Fix for NPAL15379: refused
|
||||||
// Check arguments
|
// Check arguments
|
||||||
TopTools_ListOfShape listShape1, listShape2;
|
TopTools_ListOfShape listShape1, listShape2;
|
||||||
AddSimpleShapes(aShape1, listShape1);
|
AddSimpleShapes(aShape1, listShape1);
|
||||||
@ -305,6 +306,7 @@ Standard_Integer GEOMImpl_BooleanDriver::Execute(TFunction_Logbook& log) const
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// Perform
|
// Perform
|
||||||
BRepAlgoAPI_Fuse BO (aShape1, aShape2);
|
BRepAlgoAPI_Fuse BO (aShape1, aShape2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user