mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 10:10:56 +08:00
AIS_InteractiveContext::Remove (anIObj, ...) removes object from sequence of detected owners. Therefore further iteration on detected will not require updating this list with ::MoveTo(). Additional modification includes incrementing properly the iterator of CurrentDetectedObject and resets iterator of Highlighted detected objects, because nothing is really highlighted after that.
15 lines
392 B
Plaintext
15 lines
392 B
Plaintext
puts "==========="
|
|
puts "OCC28310"
|
|
puts "==========="
|
|
puts ""
|
|
##########################################################################
|
|
# Visualization - crash on iteration through detected interactive objects
|
|
##########################################################################
|
|
|
|
pload VISUALIZATION QAcommands
|
|
|
|
vinit View1
|
|
|
|
# Sequence of C++ commands crashes the application
|
|
OCC28310
|