itacad Posted July 25, 2024 Posted July 25, 2024 Good morning, I have some lisp available for copying texts, but none of them solve my specific problem. I need to copy the value of an attribute from one block to another, but I also need the text properties of the source attribute to be copied and then: - value - attribute layer (which can be different from the block layer) - source attribute text font settings Do you know a lisp that does this? Thank you in advance Quote
Steven P Posted July 25, 2024 Posted July 25, 2024 Might need to modify something to get all 3. Do you have the copy text LISP to be able to share? Depends how it is made up it might be a simple change Quote
itacad Posted July 25, 2024 Author Posted July 25, 2024 Certainly! My favorite lisp for copying texts are the well-known TTC for which I also requested help on this forum and which I attach in the latest version I have (obviously this lisp works on texts in general and perhaps it is not suitable for what I require). Another beautiful lisp that I have available in my missile launcher is a lisp that operates on blocks with the same name and it works like this: - from the source block you select the attribute to copy with a click - on the destination block, with a click on any point of the block, the text is automatically copied onto the same attribute/label. Since what I need to do is on blocks with the same name, editing this would be perfect! ttcm.lsp ttcp.lsp copiattblo.lsp Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.