0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / moddata_3 / bug27804_2
CommitLineData
3065019c 1puts "============"
2puts "OCC27804"
3puts "============"
4puts ""
5################################################################
6## Two breps cause intersections to loop for too long/infinitely
7################################################################
8
9# The main idea of the test is performance meter.
10
11
12restore [locate_data_file bug27804_il1.brep] b1
13restore [locate_data_file bug27804_il2.brep] b2
14
15explode b2 e
16
17#should create pcurve
18bhaspc b2_1 b1 do
19
20mk2dcurve c2d b2_1 b1
21
22if { [regexp "2d curve" [whatis c2d]] != 1 } {
23 puts "Faulty: No 2D curves detected"
24}
25
26v2d
27donly c2d
282dfit
29
30checkview -screenshot -2d -path ${imagedir}/${test_image}.png