SelColor different behaviour on Rhinoceros 6 when executing a command

I observed different behaviour between Rhinoceros 5 and 6 when my command is executing (using Rhino.Input.Custom.GetObject()) and use “SelColor” command in the middle.

In Rhinoceros 5:
1: Execute my command
2: Select one red object
3: Execute SelColor command
4: All objects in red are selected

In Rhinoceros 6:
1: Execute my command
2: Select one red object
3: Execute SelColor command
4: Only the previous red object is selected

I would like to ask if this new behaviour is right in Rhinoceros 6?

Thank you!

Hi @Jordi_Llonch,

Can you post the problematic script code?

– Dale