1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
anv 709e97a0c1 0024961: MeshVS: revision of DRAW commands
meshfromstl - display MeshVS_Mesh object in a way consistent with vdisplay command
meshdel - deleted, vremove to be used instead
meshshowall - set empty maps of hidden IDs instead of null handles
meshhidesel - initialize the maps of hidden IDs to avoid exception
meshmat - add optional transparency argument and enable transparency in the viewer if not yet done
meshvectors - command for testing VectorPrsBuilder added

MeshVS: DRAW commands improving
Updating test cases due to previous changes
Small bug in MeshVS_ElementalColorPrsBuilder fixed
vselmode fix
Small correction of test cases for issue CR24961
2014-09-26 16:27:01 +04:00

18 lines
386 B
Plaintext

puts "3D visualization performance tests"
puts "Interactive selection of whole MeshVS_Mesh object by rectangular selection for MeshVS_Mesh"
puts "Object haves shading mode"
vsetdispmode m 2
vselmode m 0 1
dchrono tmr start
set x1 180; set y1 180; set x2 225; set y2 230
set x11 5; set y11 5
for {set i 1} {$i < 100} {incr i} {
vselect $x1 $y1 $x2 $y2 1
vselect $x11 $y11
}