AutoMate Layer Translater
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
AutoMate Layer Translater

 
Post new topic   Reply to topic    CADForums.net Forum Index -> VBA
Author Message
Nate Hunter
Guest





Posted: Sat Dec 18, 2004 1:04 am    Post subject: AutoMate Layer Translater Reply with quote

I need to find a way to automate the layer translater. Does anyone have any
ideas on how to do this?

Nate

Back to top
R. Robert Bell
Guest





Posted: Sat Dec 18, 2004 2:57 am    Post subject: Re: AutoMate Layer Translater Reply with quote

Apologies for the LISP but I don't think you can do it with VBA.

;|
Loads the given standards file, and runs the LayTrans command using that
file.

Usage: (i:LayTrans fName)
Arguments: fName string, filename of the .dws file
Returns: n/a
|;
(defun i:LayTrans (fName)
(cond ((not (member "laytrans.arx" (arx))) (arxload "laytrans")))
(acet-laytrans fName (+ 1 4 8))
(princ))


--
R. Robert Bell


"Nate Hunter" <nhunter@planningdesignbuild.com> wrote in message
news:41c33bea_1@newsprd01...
I need to find a way to automate the layer translater. Does anyone have any
ideas on how to do this?

Nate
Back to top
Nate Hunter
Guest





Posted: Tue Dec 21, 2004 1:08 am    Post subject: Re: AutoMate Layer Translater Reply with quote

thanks this was exactly what I was looking for

Nate

"R. Robert Bell" <NOT.RobertB@MWEngineers.com> wrote in message
news:41c35663$1_1@newsprd01...
Quote:
Apologies for the LISP but I don't think you can do it with VBA.

;|
Loads the given standards file, and runs the LayTrans command using that
file.

Usage: (i:LayTrans fName)
Arguments: fName string, filename of the .dws file
Returns: n/a
|;
(defun i:LayTrans (fName)
(cond ((not (member "laytrans.arx" (arx))) (arxload "laytrans")))
(acet-laytrans fName (+ 1 4 8))
(princ))


--
R. Robert Bell


"Nate Hunter" <nhunter@planningdesignbuild.com> wrote in message
news:41c33bea_1@newsprd01...
I need to find a way to automate the layer translater. Does anyone have
any
ideas on how to do this?

Nate




Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> VBA All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Powered by phpBB