mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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
30 lines
550 B
Plaintext
Executable File
30 lines
550 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC10781"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# MeshVS is not sensitive to width of edges
|
|
#######################################################################
|
|
|
|
set BugNumber OCC10781
|
|
|
|
pload XDE
|
|
|
|
vinit
|
|
|
|
meshfromstl m [locate_data_file OMF6391_box.stl]
|
|
|
|
set x_coord 210
|
|
set y_coord 280
|
|
|
|
vmoveto $x_coord $y_coord
|
|
|
|
checkcolor $x_coord $y_coord 0 0 0
|
|
|
|
mesh_edge_width m 20
|
|
puts "\nSet big mesh edge width"
|
|
|
|
checkcolor $x_coord $y_coord 1 1 0
|
|
|
|
set only_screen 1
|