mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Unstable test cases were reviewed Modified test cases using checktrend command Modified test cases for Linux platform Modified test cases for Debug mode
23 lines
475 B
Plaintext
23 lines
475 B
Plaintext
puts "========================"
|
|
puts " OCC599"
|
|
puts "========================"
|
|
puts ""
|
|
#########################################################
|
|
## Result of BOPFUSE operation is unclosed shape inspite of source solids are valid
|
|
#########################################################
|
|
|
|
cpulimit 2000
|
|
|
|
restore [locate_data_file OCC600_1.brep] a
|
|
checkshape a
|
|
restore [locate_data_file OCC600_2.brep] b
|
|
checkshape b
|
|
|
|
bop b a
|
|
bopfuse result
|
|
|
|
set square 679784
|
|
set 2dviewer 0
|
|
|
|
|