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
17 lines
367 B
Plaintext
Executable File
17 lines
367 B
Plaintext
Executable File
|
|
puts "======= OCC698 ======="
|
|
######################################
|
|
## Cut operation produces bad result on attached shapes
|
|
######################################
|
|
cpulimit 10000
|
|
restore [locate_data_file OCC698_1.brep] b4
|
|
puts [checkshape b4]
|
|
restore [locate_data_file OCC698_2.brep] b5
|
|
puts [checkshape b5]
|
|
|
|
bcut result b5 b4
|
|
|
|
set square 19048.2
|
|
set 2dviewer 0
|
|
|