Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Having 5 blocks in a drawing (All with the same name). The attribute "Test" for the first block is LINKED with the other "Test" attributes for 2 other blocks by a Field Expression with a Formula (See screen).
Is there any way (with Lisp) to get the 2 Blocks linked with the 1st block by this Field-Expression-Formula for "test" Attribute ?
So that the output will be like a list of blocks (as entities) which are connected:
'( MainBlockAsEntity '(BlockXasEntity BlockYasEntity))
This mean: MainBlockAsEntity is connected with both BlockXasEntity and BlockYasEntity.
Thanks!
Solved! Go to Solution.