Message 1 of 12
Dynamic Block Attribute Value to string and insertion of new block at dynamic block insertion point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Please help, I am wanting a lisp routine that can do the following through a separate script without user input.
1) Check for name of Dynamic block in drawing (could be one of many names, all block names will have a state in the name)
2) Set a (setq) based on the state in the above block
3) Get the value of the attribute "Licensee" of the above dynamic block
4) Insert new block based on the state from (2) and the value of (3) at the insertion point of the dynamic block.
I have some lisp ability, so if you can give me a basic lisp or one with descriptions, I can fill in information as required.
Thanks in advance for any help on this.