0025861: Wrong result obtained by projection algorithm.
[occt.git] / tests / bugs / moddata_3 / bug24886
CommitLineData
6e0fd076 1puts "============"
2puts "CR24886"
3puts "============"
4puts ""
5###################################################################################
6# BRepOffsetAPI_NormalProjection failure
7###################################################################################
8
9restore [locate_data_file bug24886_comp.brep] c
10
11explode c
12
13if [catch { nproject r c_1 c_2 } ] {
14 puts "Error : BRepOffsetAPI_NormalProjection failure"
15} else {
16 puts "OK : BRepOffsetAPI_NormalProjection work good"
17}