mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-30 13:05:50 +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
21 lines
403 B
Plaintext
Executable File
21 lines
403 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC780"
|
|
puts "SAM1239"
|
|
puts "(case 2)"
|
|
puts "========"
|
|
puts ""
|
|
#########################################
|
|
## Fuse and common between two faces are wrong (SAM1239)
|
|
#########################################
|
|
|
|
restore [locate_data_file OCC780.brep] f
|
|
explode f f
|
|
puts [checkshape f_1]
|
|
puts [checkshape f_2]
|
|
|
|
bfuse result f_1 f_2
|
|
|
|
set square 12566.4
|
|
set 2dviewer 0
|