0029717: Shape Healing - ShapeFix_Face::FixSmallAreaWire delivers a face with wrong...
[occt.git] / tests / bugs / heal / bug25923
CommitLineData
56a9db93 1puts "========"
3f50e94e 2puts "0025923: Remove small wires on face read from STEP"
56a9db93 3puts "========"
4puts ""
56a9db93 5
56a9db93 6restore [locate_data_file OCC25923_FixSmallWire_Orientation.brep] a
56a9db93 7
56a9db93 8checkshape a
56a9db93 9
3f50e94e 10fixshape r a +s +o 1e-3
56a9db93 11
3f50e94e 12checkshape r
13checknbshapes r -face 1 -wire 2 -edge 32 -vertex 32