mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
Additional checks for underlying algorithms have been added test case get rid of the warning
17 lines
410 B
Plaintext
17 lines
410 B
Plaintext
puts "========"
|
|
puts "OCC27357"
|
|
puts "========"
|
|
puts ""
|
|
#################################################################
|
|
# Geom2dGcc_Circ2d2TanOn: check status of sub-algorithms to avoid exceptions
|
|
#################################################################
|
|
|
|
pload QAcommands
|
|
|
|
set info [OCC27357]
|
|
if { [regexp "Exception" $info] != 0 } {
|
|
puts "Error : Exception was caught"
|
|
} else {
|
|
puts "OK"
|
|
}
|