mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
- 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
14 lines
272 B
Plaintext
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
|