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
14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
vclear
|
|
mesh3delem m
|
|
vrotate 1.5 0 0
|
|
vrotate 0 0.5 0
|
|
meshtext m
|
|
vsetdispmode m 33
|
|
vdump $::imagedir/${::casename}_txt.png
|
|
meshvectors m -mode elem -maxlen 10 -color green -arrowpart 0.5 -issipmle 0
|
|
vsetdispmode m 5
|
|
vdump $::imagedir/${::casename}_vct1.png
|
|
meshvectors m -mode nodal -maxlen 20 -color white -issimple 1
|
|
vfit
|
|
vdump $::imagedir/${::casename}_vct2.png
|