mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Updated test-cases from branch CR24255_3 0024255: Regressions in test cases on OCCT vc9 win64 Release Small refactoring. Fix for CASE bugs modalg_5 bug25298_09: FAILED (error) Test-cases correction (bugs modalg_5 bugs25804_1, bug25704_2)
25 lines
527 B
Plaintext
Executable File
25 lines
527 B
Plaintext
Executable File
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 307.876
|
|
set 2dviewer 1
|