0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_7 / bug32502
CommitLineData
13584d14 1puts "================================================="
2puts "OCC32502: BOP wrong result on sphere and cylinder"
3puts "================================================="
4puts ""
5
6psphere sph 10
7plane pln 0 0 7 0 1 0 0 0 1
8pcylinder cyl pln 3 40
9ttranslate cyl 0 -20 0
10
11bop sph cyl
12bopfuse result
13
14checkshape result
15
16checknbshapes result -t -vertex 4 -edge 11 -wire 5 -face 5 -shell 1 -solid 1
17
18set tolres [checkmaxtol result]
19
20if { ${tolres} > 3.e-5} {
21 puts "Error: bad tolerance of result"
22}
23
24checkprops result -s 1750.1 -v 4947.2