View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0025648 | Community | OCCT:Modeling Algorithms | public | 2014-12-23 09:03 | 2015-02-13 08:01 |
Reporter | slava | Assigned To | |||
Priority | normal | Severity | major | ||
Status | assigned | Resolution | open | ||
Platform | Windows | OS | windows and linux | ||
Product Version | 6.8.0 | ||||
Summary | 0025648: common operation error on some objects | ||||
Description | common operation result is empty object 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 | ||||
Additional information and documentation updates | 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. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
common_error.zip (17,759 bytes) |
|
slava 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: http://tracker.dev.opencascade.org/view.php?id=25820 contains some of them |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-12-23 09:03 | slava | New Issue | |
2014-12-23 09:03 | slava | Assigned To | => msv |
2014-12-23 09:03 | slava | File Added: common_error.zip | |
2015-02-03 10:33 |
|
Assigned To | msv => pkv |
2015-02-03 10:33 |
|
Status | new => assigned |
2015-02-12 10:00 |
|
Relationship added | parent of 0025820 |
2015-02-13 08:01 |
|
Note Added: 0037470 |