The Hurricane Forum
The Hurricane Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Hurricane for AutoCAD
 Tips and Tricks
 Layer Translation

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

   Attach a File

Check here to subscribe to this topic.
   

T O P I C    R E V I E W
sniswonger Posted - November 04 2016 : 11:45:04 AM
Is there a way to script the laytrans command. Even with a - in front it always brings up a dialog box. Can I use the "alt" key in the script. If so, what would be the script text for the "alt" key?
2   L A T E S T    R E P L I E S    (Newest First)
Admin Posted - November 09 2016 : 1:43:32 PM
For the record... create a lisp routine like below, and edit as needed...

(defun c:FUNCTIONNAME ()
 (arxload "LAYTRANS.ARX")
 (acet-laytrans
 "TRANSLATIONFILEPATH.dws"
 0
 )
 (princ)
)
Admin Posted - November 09 2016 : 1:41:22 PM
Hi Steven,

Looks like there isn't a direct fix for that, but there seems to be a workaround here....

http://forums.autodesk.com/t5/autocad-2010-2011-2012/scripting-the-laytrans-command/td-p/2479031

Hopefully it will get you going.

Looking forward to hearing of your success.

The Hurricane Forum © 2009 - 2021 Go To Top Of Page
This page was generated in 0.22 seconds. Snitz Forums 2000