0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / moddata_3 / bug25894_1
CommitLineData
d1db9125 1puts "============"
2puts "CR25894"
3puts "==========="
4puts ""
5###############################################################################
6# BRepOffsetAPI_NormalProjection fails to projection an edge on a face
7###############################################################################
8
9restore [locate_data_file bug25894_ProjectionFailed.brep] p
10
11explode p
12
13nproject r p_1 p_2
14whatis r
15set explode_log [explode r]
16
17if { [regexp "r_1" ${explode_log}] != 1 } {
18 puts "Error : projection an edge on a face works wrongly"
19} else {
20 puts "OK: projection an edge on a face works good"
21}