Archived issue #0025521
Fillet creates shell with bad orientation of SubShape
Description
Filleting the attached shape results in the shell being reported to have a bad orientation of subshape
Steps to reproduce
#generated by FreeCAD 0.15.4212 +7 (Git)
pload MODELING
restore fillet-suborient3-draw-s1.brep s1
ttranslate s1 0 0 3
explode s1 E
blend Fillet s1 2 s1_4
donly Fillet
checkshape Fillet
#Shape faulty_1 on shape faulty_2 :
#BRepCheck_BadOrientationOfSubshape
pload MODELING
restore fillet-suborient3-draw-s1.brep s1
ttranslate s1 0 0 3
explode s1 E
blend Fillet s1 2 s1_4
donly Fillet
checkshape Fillet
#Shape faulty_1 on shape faulty_2 :
#BRepCheck_BadOrientationOfSubshape
Public activity
3 archived notes
Participants are labeled by their role within this record.
Problem described in issue is reproduced on current state of OCCT.
Per downstream ticket here: https://github.com/FreeCAD/FreeCAD/issues/5634 this issue no longer occurs with recent builds of OpenCASCADE.
I am sorry, but testing the proposed steps to reproduce reveal that the problem is still present.