0027901: Resource_Manager creates directory with insufficient permissions
[occt.git] / tests / bugs / fclasses / bug27184
CommitLineData
6220ba10 1puts "========"
2puts "OCC27184"
3puts "========"
4puts ""
5##############################################
6# BRepExtrema_DistShapeShape returns wrong result
7# Correct distance is 0.0
8##############################################
9
10restore [locate_data_file bug27184.brep] aShape
11explode aShape
12set anInfo [distmini d aShape_1 aShape_2]
13
14# Check extrema distance
15set absTol 1.0e-10
16set relTol 0.001
17set aDist_Exp 0.0
18set aDist [dval d_val]
19checkreal "Distance value check" $aDist $aDist_Exp $absTol $relTol