0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_7 / bug24145_1
CommitLineData
d483647d 1puts "========"
2puts "OCC24145"
3puts "========"
4puts ""
5####################################################################################
6# OCCT fails to project a wire onto BSplineSurface using BRepAlgo_NormalProjection
7####################################################################################
8
9restore [locate_data_file bug24145_face.brep] f
10restore [locate_data_file bug24145_wire1.brep] w
11
12nproject result w f
13
14checkshape result
15checknbshapes result -vertex 1 -edge 1 -compound 1 -shape 3
16
17checkview -display result -2d -path ${imagedir}/${test_image}.png