mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
24 lines
657 B
Plaintext
Executable File
24 lines
657 B
Plaintext
Executable File
puts "TODO OCC25735 ALL: Faulty shapes in variables faulty_1 to"
|
|
puts "TODO OCC26582 ALL: Error : The area of result shape is"
|
|
|
|
puts "========="
|
|
puts " OCC497 "
|
|
puts "(case 3)"
|
|
puts "========="
|
|
puts ""
|
|
########################################################
|
|
## Result of cut and fuse operation are faulty shapes although arguments are valid.
|
|
########################################################
|
|
|
|
restore [locate_data_file OCC497e.brep] a_1
|
|
checkshape a_1
|
|
|
|
restore [locate_data_file OCC497f.brep] a_2
|
|
checkshape a_2
|
|
|
|
bcut result a_1 a_2
|
|
|
|
checkprops result -s 2471.48
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|