mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Added AIS_ViewController::MouseSelectionSchemes() property defining map of selection schemes for mouse+modifier combinations. IsXOR flag has been replaced by AIS_SelectionScheme in interfaces. Rubber-band selection with Shift key pressed now applies XOR selection scheme in in Draw Harness. Command vselect has been extended to specify selection scheme by name.
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
vclear
|
|
mesh3delem m
|
|
vrotate 1.5 0 0
|
|
vrotate 0 0.5 0
|
|
vselmode m 16 1
|
|
vselect 200 200 -xor
|
|
vselect 200 300 -xor
|
|
meshhidesel m
|
|
vdump $::imagedir/${::casename}.png
|