mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +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
28 lines
626 B
Plaintext
Executable File
28 lines
626 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Faulty OCC745"
|
|
puts "TODO OCC12345 ALL: Error : The length of result shape is"
|
|
|
|
puts "========"
|
|
puts "OCC745"
|
|
puts "========"
|
|
puts ""
|
|
#############################################
|
|
# Negative offset parameter leads to positive offset and vise
|
|
# versa. Result of the offset represent an edge instead of wire.
|
|
#############################################
|
|
|
|
restore [locate_data_file OCC745_nb1.brep] w
|
|
mkoffset result w 1 -1
|
|
|
|
set list [whatis result_1]
|
|
|
|
if { [regexp {WIRE} $list] == 0 } {
|
|
puts "Faulty OCC745"
|
|
} else {
|
|
puts "OCC745 OK"
|
|
}
|
|
|
|
renamevar result_1 result
|
|
|
|
set length 0
|
|
set 2dviewer 0
|