Results 1 to 3 of 3

Thread: AutoMate Layer Translater

  1. #1
    Nate Hunter Guest

    AutoMate Layer Translater

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

    Nate

  2. #2
    R. Robert Bell Guest
    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

  3. #3
    Nate Hunter Guest
    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...
    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


Similar Threads

  1. Found wrap text parameters, how to automate?
    By T Bennett in forum Pro/Engineer
    Replies: 1
    Last Post: 04-30-2005, 10:07 PM
  2. Automate saving pdf's?
    By McBurger in forum SolidWorks
    Replies: 16
    Last Post: 04-18-2005, 05:10 PM
  3. Automate DesignCenter
    By initialit in forum VBA
    Replies: 1
    Last Post: 03-30-2005, 10:03 AM
  4. change one layer in all the layer states
    By alex in forum Customization
    Replies: 13
    Last Post: 02-16-2005, 01:13 PM
  5. Dbx new Layer
    By Rudy Tovar in forum Customization
    Replies: 15
    Last Post: 12-28-2004, 04:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum