0030878: Modeling Algorithms - BRepLib_MakeFace produces face with abnormal surface
[occt.git] / tests / mkface / mkplane / bug30878_1
1 puts "============="
2 puts "0030878: Modeling Algorithms - BRepLib_MakeFace produces face with abnormal surface"
3 puts "============="
4
5 brestore [locate_data_file bug30878_wire.brep] w
6
7 # build the face on the original wire
8 mkplane result w 1
9
10 checkprops result -s 69458.1
11
12 # reduce the tolerance
13 settolerance w 0.7
14
15 # build face again
16 mkplane result w 1
17
18 checkprops result -s 69458.1
19
20 set MaxFTol 0.7
21 set MaxETol 0.7
22 set MaxVTol 0.7