Jump to content

Background Mask


masterfal

Recommended Posts

Hi All,

 

I've used the lisp below to quickly add background masks to text but after an autocad update its stopped working. I'm getting this message when i try run it:

 

no function definition: MASK:SELECTION

 

Any ideas how i can fix?

 

(defun c:mtm nil
    (mask:maskselection (mask:selection "\nSelect objects: ") t 1.1 t nil)
    (princ)
)

 

Link to comment
Share on other sites

  • 2 weeks later...

The two functions mask:selection & mask:maskselection are defined within the main program which may be downloaded using the link found here. The MaskV#-#.lsp program file will need to be loaded in the active drawing in order to define these two functions before your custom command can be evaluated.

Link to comment
Share on other sites

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...