mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-26 10:19:45 +03:00
Adding procedures checkcolor and checkpoint. Modified test cases which are used QAGetPixelColor or QAAISGetPixelColor2d Allow using command QAAISGetPixelColor2d on WNT Rename test case tests/bugs/vis/bug19619 to pro19619 Added test cases to modalg and moddata
24 lines
537 B
Plaintext
Executable File
24 lines
537 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " OCC539 "
|
|
puts "(case 2)"
|
|
puts "========================"
|
|
puts ""
|
|
|
|
puts "============================================"
|
|
puts " BOPTUC case_4_shell.brep and case_4_wire3.brep"
|
|
puts "============================================"
|
|
puts " "
|
|
puts [restore [locate_data_file case_4_shell.brep] a]
|
|
puts [restore [locate_data_file case_4_wire3.brep] b]
|
|
puts [bop a b]
|
|
puts [boptuc result]
|
|
|
|
set nb_info [nbshapes result]
|
|
set nb_v_good 16
|
|
set nb_e_good 11
|
|
|
|
set length 929.278
|
|
set 2dviewer 0
|
|
|