Select component inside a Block

Hi,

How to select component inside a block instance by Rhino API without exploding? Is there any direct method available in Rhino API? If no, kindly suggest how to achieve this.
If possible, it will be very useful to us.

Thanks,
Pushpa

Hi @Pushpa,

To select objects in a block instance, just hold while clicking during a running GetObject.

Does this help?

– Dale

related question, can an object in a block be selected programatically, (not by getobject) and transformed inside the block, and have the block update?

Hi @ChristopherBotha,

Yes, an instance definition can be modified programmatically.

– Dale