mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Test for 0021134: checkshape command does not return faulty shapes. Test for 0021494: Intersection between cone and sphere fails Test for 0022642: Refactoring of ShapeFix_Wire::FixIntersectingEdges Test for 0022732: Reading a STEP file produces invalid shape
15 lines
404 B
Plaintext
15 lines
404 B
Plaintext
puts "TODO OCC22642 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
|
|
puts "========"
|
|
puts "OCC22642"
|
|
puts "========"
|
|
puts ""
|
|
######################################################
|
|
# Refactoring of ShapeFix_Wire::FixIntersectingEdges
|
|
######################################################
|
|
|
|
restore [locate_data_file bug22642_ss_47.brep] f
|
|
fixshape result f -l -o -h -m -d -s +i -n
|
|
|
|
checkshape result
|