1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/heal/bug25923
drazmyslovich 3f50e94e33 0029717: Shape Healing - ShapeFix_Face::FixSmallAreaWire delivers a face with wrong-oriented wires + 1 small crash-fix
- Fix FixSmallAreaWire for the reversed faces.

- Add nullptr check for FixOrient...

- Test bugs heal bug25923 is corrected to avoid relying on wrong orientation of face after fixing small wire
2019-09-06 18:26:41 +03:00

14 lines
272 B
Plaintext

puts "========"
puts "0025923: Remove small wires on face read from STEP"
puts "========"
puts ""
restore [locate_data_file OCC25923_FixSmallWire_Orientation.brep] a
checkshape a
fixshape r a +s +o 1e-3
checkshape r
checknbshapes r -face 1 -wire 2 -edge 32 -vertex 32