mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +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
11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
vclear
|
|
meshfromstl m1 [locate_data_file b.stl]
|
|
meshfromstl m2 [locate_data_file bug24961_m.stl]
|
|
meshfromstl m3 [locate_data_file b2.stl]
|
|
meshfromstl m4 [locate_data_file b3.stl]
|
|
meshcolors m1 elem1 0
|
|
meshcolors m2 elem2 0
|
|
meshcolors m3 nodal 1
|
|
meshcolors m4 nodaltex 1
|
|
vdump $::imagedir/${::casename}.png
|