0028599: Replacement of old Boolean operations with new ones in BRepProj_Projection...
[occt.git] / tests / bugs / moddata_3 / bug25407_1
... / ...
CommitLineData
1puts "================"
2puts "OCC25407"
3puts "================"
4puts ""
5#######################################################################
6# Exception in extrema operation.
7#######################################################################
8
9restore [locate_data_file bug25407_e2.brep] e
10restore [locate_data_file bug25407_f2.brep] f
11
12mkcurve c e
13mksurface s f
14
15extrema c s
16
17if { [isdraw ext_1] } {
18 set len [lindex [length ext_1] end]
19 checkreal "Extrema min distance" $len 1.88322e-11 1.e-7 1.e-7
20} else {
21 puts "Error: invalid result"
22}