mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +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
26 lines
647 B
Plaintext
Executable File
26 lines
647 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC697"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Fuse operation does not work
|
|
######################################################
|
|
## (old topology)
|
|
## (fuse)
|
|
######################################################
|
|
|
|
restore [locate_data_file OCC697_1.brep] b1
|
|
restore [locate_data_file OCC697_2.brep] b2
|
|
|
|
puts [checkshape b1]
|
|
puts [checkshape b2]
|
|
##############################################
|
|
if { [catch {bfuse result b1 b2} catch_result] } {
|
|
##############################################
|
|
puts "Faulty : an exception was caught"
|
|
}
|
|
|
|
set square 8879.41
|
|
set 2dviewer 0
|
|
|