View Issue Details

IDProjectCategoryView StatusLast Update
0028911CommunityOCCT:Modeling Algorithmspublic2017-07-11 16:00
Reportermat127 Assigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
OSLinux 
Product Version7.1.0 
Summary0028911: BRepAlgoAPI_Cut invalid result
DescriptionApplying cut to two valid shapes produces an invalid shape as a result. The result even cannot be fixed automatically using ShapeFix_Shape.
Steps To ReproduceDraw[31]> restore s1.brep s1
s1
Draw[32]> checkshape s1
This shape seems to be valid
Draw[33]> bopcheck s1
 This shape seems to be OK.

Draw[34]> restore s2.brep s2
s2
Draw[35]> checkshape s2
This shape seems to be valid
Draw[36]> bopcheck s2
 This shape seems to be OK.

Draw[37]> bopargcheck s1 s2 -C #F
Shape(s) seem(s) to be valid for BOP.

Draw[38]> bop s1 s2
Draw[39]> bopcut res
Draw[40]> checkshape res
On Shape faulty_1 :
BRepCheck_BadOrientationOfSubshape

Faulty shapes in variables faulty_1 to faulty_1


Draw[41]> fixshape fxd res
Draw[42]> checkshape fxd
On Shape faulty_1 :
BRepCheck_BadOrientationOfSubshape

Faulty shapes in variables faulty_1 to faulty_1
TagsNo tags attached.
Test case number

Attached Files

  • s1.brep (241,276 bytes)
  • s2.brep (7,305 bytes)

Activities

mat127

2017-07-11 15:49

reporter  

s1.brep (241,276 bytes)

mat127

2017-07-11 15:50

reporter  

s2.brep (7,305 bytes)

Issue History

Date Modified Username Field Change
2017-07-11 15:49 mat127 New Issue
2017-07-11 15:49 mat127 Assigned To => msv
2017-07-11 15:49 mat127 File Added: s1.brep
2017-07-11 15:50 mat127 File Added: s2.brep