View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0031111 | Community | [OCCT] OCCT:Modeling Algorithms | public | 2019-10-28 17:18 | 2020-09-15 12:49 |
|
Reporter | Vico Liang | |
Assigned To | msv | |
Priority | normal | Severity | minor | |
Status | new | Resolution | open | |
Platform | | OS | | OS Version | |
Product Version | [OCCT] 7.4.0 | |
Target Version | [OCCT] 7.6.0* | Fixed in Version | | |
|
Summary | 0031111: Modeling Algorithms - Boolean fails for two simple extrusion |
Description | The file uploaded "boolean fails.brep" to reproduce the issue
TopoDS_Shape aBlankShape = // the first object in "boolean fails.brep"
TopoDS_Shape aToolShape = // the second object in "boolean fails.brep"
BRepAlgoAPI_Cut aMakeCut(aBlankShape, aToolShape);
Above code will reproduce the Boolean fails issue. It sometimes works after swapping aBlankShape and aToolShape.
|
Tags | No tags attached. |
|
Test case number | |
|
Attached Files | boolean fail.brep (246,266 bytes) 2019-10-28 17:18
before boolean.jpg (103,052 bytes) 2019-10-28 17:20
after boolean.jpg (82,080 bytes) 2019-10-28 17:21 |
|