mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
22 lines
540 B
Plaintext
22 lines
540 B
Plaintext
pload QAcommands
|
|
|
|
puts "================"
|
|
puts "OCC5696"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Exception in BRepAdaptor_CompCurve due to uninitialised variable CurIndex
|
|
#######################################################################################
|
|
|
|
set BugNumber OCC5696
|
|
|
|
set info_result [OCC5696]
|
|
set index [string compare ${info_result} "par_edge = 1\n"]
|
|
if {$index != 0} {
|
|
puts "Faulty ${BugNumber}"
|
|
} else {
|
|
puts "OK ${BugNumber}"
|
|
}
|
|
|
|
|