52a2e79662f0395175d20b8d8c84c0801cea58e1
[occt.git] / tests / bugs / moddata_2 / bug353
1 pload QAcommands
2
3 puts "================"
4 puts "OCC353"
5 puts "================"
6 puts ""
7 ##########################################################
8 ## Attached DRAW command "TATA_const" hangs in Geom2dGcc_Circ2d3Tan.
9 ##########################################################
10
11 if [catch { OCC353 }] {
12     puts "OCC353: Error"
13 } else {
14     puts "OCC353: OK"
15 }
16