mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
24 lines
767 B
Plaintext
Executable File
24 lines
767 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty"
|
|
puts "TODO OCC12345 ALL: Error : The length of result shape is"
|
|
puts "================"
|
|
puts "OCC23"
|
|
puts "================"
|
|
puts ""
|
|
##########################################################################################################
|
|
## Checkshape gives result that there is a selfintersection on wire, but there are no intersection on it.
|
|
##########################################################################################################
|
|
|
|
restore [locate_data_file OCC23.brep] sh
|
|
|
|
checkshape sh
|
|
|
|
explode sh f
|
|
explode sh_2 w
|
|
|
|
renamevar sh_2_1 result
|
|
|
|
checkprops result -l 0
|
|
checkshape result
|
|
checksection result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|