- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Here is the scenario: I want to associate a text character to an instance of a block. I don't want to just add it to the block, because then it would be added to other instances of the block. It can't be a dynamic definition for the same reason as just adding, nor can it be an attribute mainly because the sync would be then spread to all block instances. It is very much a unique block-by-block association and not all blocks (of the same name) would receive this association.
I went down the C# road of adding it as an Xrecord / Property, which does work, but the catch...i need it on a layer. I tried as well adding an event to the layer freeze/thaw to toggle the character on and off, but the impact on speed was significantly detrimental.
I would like to just place the character, and "tie it" to the block so it moves with it, and the block "knows" it is there.
Looking for suggestions and ideas as to "how to do this". I have been thinking "constraints" but wanted to see if there a "better way".
Solved! Go to Solution.