1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
puts "========="
puts "OCC24144"
puts "========="
puts ""
###########################################################
# BRepPrimAPI_MakeWedge wrong
###########################################################
set Ox 0
set Oy 0
set Oz 0
set Zx 0
set Zy 0
set Zz 1
set Xx 0
set Xy 1
set Xz 0
set dx 200.0
set dy 620.0
set dz 2150.0
set xmin 0
set xmax 200
set zmin 1075
set zmax 1075
#wedge result ${Ox} ${Oy} ${Oz} ${Zx} ${Zy} ${Zz} ${Xx} ${Xy} ${Xz} \
# ${dx} ${dy} ${dz} ${xmin} ${zmin} ${xmax} ${zmax}
wedge result \
${dx} ${dy} ${dz} ${xmin} ${zmin} ${xmax} ${zmax}
set square 2.25939e+06
# Analysis of "nbshapes result"
set nb_v_good 6
set nb_e_good 9
set nb_w_good 5
set nb_f_good 5
set nb_sh_good 1
set nb_sol_good 1
set nb_compsol_good 0
set nb_compound_good 0
set nb_shape_good 27
set 2dviewer 1
|