mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
17 lines
331 B
Plaintext
Executable File
17 lines
331 B
Plaintext
Executable File
puts "TODO CR25432 ALL: Error : The area of result shape is"
|
|
|
|
puts "================"
|
|
puts "OCC26"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC26.brep] a
|
|
explode a
|
|
checkshape a_1
|
|
checkshape a_2
|
|
|
|
bfuse result a_2 a_1
|
|
|
|
checkprops result -s 41539.9
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|