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