Archived issue #0025648
common operation error on some objects
Description
common operation result is empty object
but must be the object with non zero volume
but must be the object with non zero volume
Steps to reproduce
// OpenCascade 6.8.0
BRepAlgo_Common mk1(Revolution_5, Translation_1);
mk1.Shape() //is Empty
BRepAlgo_Common mk1(Revolution_5, Translation_2);
mk1.Shape() //is Empty
BRepAlgo_Common mk1(Revolution_5, Translation_3);
mk1.Shape() //is Empty
BRepAlgo_Common mk1(Revolution_5, Translation_1);
mk1.Shape() //is Empty
BRepAlgo_Common mk1(Revolution_5, Translation_2);
mk1.Shape() //is Empty
BRepAlgo_Common mk1(Revolution_5, Translation_3);
mk1.Shape() //is Empty
Additional information
Revolution_5.brep
Translation_1.brep
Translation_2.brep
Translation_3.brep
included in the attached file
ExampleCommonError.txt - contains salome python script to reproduce.
Translation_1.brep
Translation_2.brep
Translation_3.brep
included in the attached file
ExampleCommonError.txt - contains salome python script to reproduce.
Public activity
1 archived note
Participants are labeled by their role within this record.
Author
Just for your information.
Old Boolean Operations (BOA) provided by BRepAlgo package is out of maintenance at least since 2000.
See
http://dev.opencascade.org/doc/overview/html/occt_user_guides__boolean_operations.html
for more details
Nevertheless there are some intersection problems for the case in current version.
The issue:
#0025820
contains some of them
Just for your information.
Old Boolean Operations (BOA) provided by BRepAlgo package is out of maintenance at least since 2000.
See
http://dev.opencascade.org/doc/overview/html/occt_user_guides__boolean_operations.html
for more details
Nevertheless there are some intersection problems for the case in current version.
The issue:
#0025820
contains some of them
Related records