0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_5 / bug24144_1
CommitLineData
b70bbe58 1puts "========="
2puts "OCC24144"
3puts "========="
4puts ""
5###########################################################
6# BRepPrimAPI_MakeWedge wrong
7###########################################################
8
9set Ox 0
10set Oy 0
11set Oz 0
12
13set Zx 0
14set Zy 0
15set Zz 1
16
17set Xx 0
18set Xy 1
19set Xz 0
20
21set dx 200.0
22set dy 620.0
23set dz 2150.0
24
25set xmin 0
26set xmax 200
27
28set zmin 1075
29set zmax 1075
30
31wedge result ${Ox} ${Oy} ${Oz} ${Zx} ${Zy} ${Zz} ${Xx} ${Xy} ${Xz} \
32 ${dx} ${dy} ${dz} ${xmin} ${zmin} ${xmax} ${zmax}
33#wedge result \
34# ${dx} ${dy} ${dz} ${xmin} ${zmin} ${xmax} ${zmax}
35
58cf74e0 36checkprops result -s 2.25939e+06
37checkshape result
b70bbe58 38
39# Analysis of "nbshapes result"
a4eba920 40checknbshapes result -vertex 6 -edge 9 -wire 5 -face 5 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 27
5747059b 41checkview -display result -2d -path ${imagedir}/${test_image}.png