Author Topic: vla-explode and delay  (Read 4206 times)

0 Members and 1 Guest are viewing this topic.

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1451
  • Marco
Re: vla-explode and delay
« Reply #30 on: May 10, 2021, 08:12:43 AM »
When you use ssget selection methods ("C" "W" etc. which detect objects on the screen) the objects selected are the objects visible in the drawing area at the time of evaluation of the graphical selection, newly generated objects are not recognized by ssget until the drawing area is updated.
RIGHT !
If you want to avoid updating the display list you have to merge the list new-obj-lst with the selection set ss2 as I suggested with my question:
[What do you want to achieve in the end? a list of VlaObj or a Selset?]


domenicomaria

  • Swamp Rat
  • Posts: 723
Re: vla-explode and delay
« Reply #31 on: May 10, 2021, 11:13:05 AM »
Quote
What do you want to achieve in the end? a list of VlaObj or a Selset?

I wanted only UNDERSTAND what was happening.

Only this.