RS: ObjectsByType bug?

arrObjects = Rhino.ObjectsByType(24, True, 6) 'Locked and Hidden
arrObjects = Rhino.ObjectsByType(24, True, 5) 'Normal and Hidden

The above combinations don’t seem to find the objects here, surfaces and polysurfaces in this case. The objects are found with the other ‘intState’ combinations.

Yeah, that seems like it should work… I guess that the temp workaround would be to select them separately in two operations and then join the arrays… @stevebaer, @dale Looks like the Python function is also failing in the same way…

–Mitch

Yep, I see it here. Thanks for reporting. This will be fixed in a future service release.