Message 1 of 4
LISP to enter field in one block from anothers block attribute

Not applicable
01-02-2021
08:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to achieve next:
- "open" block that is in Layout1
- in few attributes add field that is referencing to another block located in model
All LISP apps can do that if blocks are either in model or in layout but not if one object is in model and another in Layout.
Manually I do it like this:
- double click on block that is in Layout1
- right click on attribute i want to edit and press "Insert field"
- in Field category select Objects -> Object
- Then use button to select object that is in MODEL
- then find property that matches the attribute i selected and press Ok
Hope this could be automated somehow.