0030396: Infinite recursion during ShapeFix after BRepAlgoAPI_Cut
[occt.git] / tests / bugs / modalg_7 / bug30174
CommitLineData
9619ef4c 1puts "============"
2puts "OCC30174"
3puts "============"
4puts ""
5###########################################################################################################
6# ShapeUpgrade_UnifySameDomain does not unify cylindrical faces
7###########################################################################################################
8
9restore [locate_data_file bug30174_cylinder.brep] a
10unifysamedom result a
11
12checkshape result
13
14checknbshapes result -vertex 2 -edge 3 -wire 3 -face 3 -shell 1 -solid 1
15
16set tolres [checkmaxtol result]
17
18if { ${tolres} > 2.e-5} {
19 puts "Error: bad tolerance of result"
20}