0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / modalg_5 / bug24422
CommitLineData
73cd8a8a 1puts "================"
2puts "OCC24422"
3puts "================"
4puts ""
5#######################################################################
6# Wrong result done by FaceClassifier algorythm
7#######################################################################
8
9restore [locate_data_file bug24422_Compound.brep] b
10explode b f
11copy b_1 f
12
13point p 115.945392440981 106 230.000108990528
14point p_proj 230.00010899052799 1925.9453924409811
15set info [b2dclassify f p_proj]
16
17if { [regexp "The point is OUT of shape" $info] != 1 } {
18 puts "Error : point should be ON shape"
19} else {
20 puts "OK: point is OUT of shape"
21}
22
23axo
24fit
25set only_screen_axo 1
26
27