0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / moddata_3 / bug23706
CommitLineData
32ca7a51 1puts "========"
2puts "OCC23706"
3puts "========"
4puts ""
5###############################
6## Cannot project point 3.9999965207720098 5.0000000629157348 5.0002142991819367 on curve from attached file.
7###############################
8
9set BugNumber OCC23706
10
11restore [locate_data_file bug23706_c.draw] c
12proj c 3.9999965207720098 5.0000000629157348 5.0002142991819367
13
14if {[isdraw ext_1] == 1} {
15 dump ext_1
16 puts "${BugNumber} OK"
17} else {
18 puts "Faulty ${BugNumber}"
19}
20