View Issue Details

IDProjectCategoryView StatusLast Update
0033131CommunityOCCT:Modeling Algorithmspublic2022-09-01 02:35
ReporterKAT1003 Assigned Tomsv 
PrioritynormalSeveritymajor 
Status newResolutionopen 
PlatformWindows VC++ 2010OSWindows 10 Pro 64bit 
Product Version7.6.3 
Summary0033131: BRepAlgoAPI_Cut breaks the shape
Descriptionthe 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;
}
```
TagsNo tags attached.
Test case number

Attached Files

  • shape1.brep (62,871 bytes)
  • shape1_2.png (80,721 bytes)
  • shape1_2_2.png (99,736 bytes)
  • shape2.brep (22,452 bytes)
  • shapeRet.brep (478,817 bytes)
  • shapeRet.png (89,253 bytes)

Activities

KAT1003

2022-09-01 02:35

reporter   ~0110509

shape1.brep (62,871 bytes)
shape1_2.png (80,721 bytes)
shape1_2_2.png (99,736 bytes)
shape2.brep (22,452 bytes)
shapeRet.brep (478,817 bytes)
shapeRet.png (89,253 bytes)

Issue History

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