One object on many layers

Hi,

Is there a way to put one object into multiple layers? Or is there any other way to create sets of objects, where one object can be in many sets?

Look at Block definitions, this seems to be what you need.

http://docs.mcneel.com/rhino/5/help/en-us/commands/blockmanager.htm
http://wiki.mcneel.com/rhino/usingblocks
http://docs.mcneel.com/rhino/5/help/en-us/commands/block.htm
http://wiki.mcneel.com/developer/sdksamples/createblock (not for RhinoCommon)
http://wiki.mcneel.com/developer/rhinocommonsamples/createblock (for RhinoCommon)

This is not what I need. I have been using blocks before and they are far from what I need actually. I will try to create custom properties with some gui options to manage. Then I can assign different properties to single object.

What about Groups? One object can be a member of many groups…

–Mitch