mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
32 lines
647 B
Plaintext
Executable File
32 lines
647 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC288"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Currently meshing (for shading) of some shapes looks incorrect
|
|
######################################################################################
|
|
|
|
set BugNumber OCC288
|
|
|
|
restore [locate_data_file shading_151.brep] result
|
|
|
|
set square 52620.1
|
|
|
|
set nb_v_good 20
|
|
set nb_e_good 37
|
|
set nb_w_good 21
|
|
set nb_f_good 19
|
|
set nb_sh_good 1
|
|
set nb_sol_good 0
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 0
|
|
set nb_shape_good 98
|
|
|
|
vinit
|
|
tclean result
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
|
|
set 3dviewer 1
|