View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033131 | Community | OCCT:Modeling Algorithms | public | 2022-09-01 02:31 | 2022-09-01 02:35 |
Reporter | KAT1003 | Assigned To | |||
Priority | normal | Severity | major | ||
Status | new | Resolution | open | ||
Platform | Windows VC++ 2010 | OS | Windows 10 Pro 64bit | ||
Product Version | 7.6.3 | ||||
Summary | 0033131: BRepAlgoAPI_Cut breaks the shape | ||||
Description | the following program will break the shape. ``` TopoDS_Shape shapeTmp = shape1; TopoDS_Shape shapeRet; for( TopExp_Explorer expS( shape2, TopAbs_SOLID ); expS.More(); expS.Next() ) { BRepAlgoAPI_Cut cut( shapeTmp, expS.Current() ); cut.Build(); shapeRet = cut.Shape(); shapeTmp = shapeRet; } ``` | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-09-01 02:31 | KAT1003 | New Issue | |
2022-09-01 02:31 | KAT1003 | Assigned To | => msv |
2022-09-01 02:35 | KAT1003 | Note Added: 0110509 | |
2022-09-01 02:35 | KAT1003 | File Added: shape1.brep | |
2022-09-01 02:35 | KAT1003 | File Added: shape1_2.png | |
2022-09-01 02:35 | KAT1003 | File Added: shape1_2_2.png | |
2022-09-01 02:35 | KAT1003 | File Added: shape2.brep | |
2022-09-01 02:35 | KAT1003 | File Added: shapeRet.brep | |
2022-09-01 02:35 | KAT1003 | File Added: shapeRet.png |