Jump to content

(C:TEXTMASK "L") does not work. ??


Arizona

Recommended Posts

Try the following

(command "_.Textmask" (entlast) "")

 

--Edit

This is better

(acet-textmask-make-wipeout (entlast) 0) ; 0=offset
Edited by mhupp
  • Like 1
Link to comment
Share on other sites

6 minutes ago, mhupp said:

Try the following

(command "_.Textmask" (entlast) "")

 

--Edit

This is better

(acet-textmask-make-wipeout (entlast) 0) ; 0=offset

Thanks mhupp. I tried it, here's the result:

 

Command: (acet-textmask-make-wipeout (entlast) 0)
; error: no function definition: ACET-TEXTMASK-MAKE-WIPEOUT

Link to comment
Share on other sites

7 minutes ago, mhupp said:

Its an express tool so you would need that loaded

https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-install-Express-Tools-into-AutoCAD.html

 

also try

(load "textmask") ;needed if it hasn't been used yet

 

All of the Express Tools are loaded and working, even the ribbon menu.

Link to comment
Share on other sites

https://www.cadtutor.net/forum/topic/38131-how-to-call-textmask-command-in-lisp/

Can you type the  textmask command manually and work?

 

Quote

The 'c:textmask' function definition cannot accept arguments

 

If its mtext you can use

(vla-put-backgroundfill vla-object-name :vlax-true)

 

Edited by mhupp
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...