0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_7 / bug29627
CommitLineData
384db46a 1puts "========"
2puts "OCC29627"
3puts "========"
4puts ""
5#################################################
6# BRepOffsetAPI_NormalProjection class changes orientation of the result
7#################################################
8
9restore [locate_data_file bug29627_edge.brep] e
10restore [locate_data_file bug29627_face.brep] f
11nproject result e f
12
13explode result e
14
15set e_ori [lindex [whatis e] 5]
16set r_ori [lindex [whatis result_1] 5]
17
18if {$e_ori != $r_ori} {
19 puts "Error: BRepOffsetAPI_NormalProjection changes orientation of projected edge"
20}
21
22checkshape result
23checkprops result -l 0.000374916
24checknbshapes result -vertex 2 -edge 1