0026342: No materials are read from STEP
[occt.git] / tests / bugs / moddata_1 / buc60941
1 puts "========"
2 puts "BUC60941"
3 puts "========"
4 puts ""
5 ############################################################
6 ## When try to use Geom2dGcc_Circ2d2TanRad with two curves it rise exception. 
7 ############################################################
8
9 circle curve_1 1.79356127430613 -11.9148900515605 12.0491272292007
10
11 set poles { { 0 0 1 } { -2.14533906935467 4.92056269221697 1 } { -0.537398638327716 10.0937503357781 1 } { 10.3564232507092 8.73929826869582 1 } { 16.6366922939454 3.11858911810943 1 } { 16.39 -0.262 1 } }
12 set knots { { 0 4 } { 8.6971225126475 1 } { 16.903955884905 1 } { 28.0087167558108 4 } }
13
14 eval 2dbsplinecurve curve_2 3 [ llength $knots ] [ join $knots ] [ join $poles ]
15
16 if [catch {cirtang result curve_1 curve_2 2} catch_result] {
17     puts "Faulty BUC60941: function cirtang works wrongly"
18 } else {
19     puts "BUC60941  OK: function cirtang works properly"
20 }