Jump to content

LM:quickfield copy attributes of blocks


Recommended Posts

Posted

How do I copy attribute values from one block to the other, using the LM: quickfield function?

with text this works:

(defun c:tcopy ( ) (LM:quickfield "TextString" "" 1))

how to do with blocks attributes ???
 

QuickFieldV1-3.lsp example.dwg

Posted

Try changing line 273 from:

              (list 'if '(setq ent (LM:quickfield:selectifhasprop prop entsel))

To:

              (list 'if '(setq ent (LM:quickfield:selectifhasprop prop nentsel))

 

  • Thanks 1

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...