Results 1 to 2 of 2

Thread: Assign Specific Xref to specific drawing as numbers go up in increments of 1

  1. #1
    Member
    Join Date
    2020-07
    Posts
    7
    Login to Give a bone
    0

    Default Assign Specific Xref to specific drawing as numbers go up in increments of 1

    I have x number of drawings and the same number of Xref's. The drawing and Xref names increase in increments of 1 as shown below. I would like to create a routine that could help me speed up the process of putting these Xref’s in the drawings.

    "drawing name-xx01","drawing name-xx02"etc

    "Xref name-xx01","Xref name-xx02"etc

  2. #2
    All AUGI, all the time
    Join Date
    2003-07
    Posts
    560
    Login to Give a bone
    0

    Default Re: Assign Specific Xref to specific drawing as numbers go up in increments of 1

    Fairly straight forward its good to have a go so this is all the clues to a simple defun you could even just type the 1 lisp code line direct on command line.

    (getvar 'dwgname)
    "Drawing1.dwg"

    (getvar 'dwgprefix)
    "C:\\Users\\xxxxx\\OneDrive\\Documents\"

    (setq xrefname (strcat ........ you work it out

    (command "-xref" do this manually and look at the prompts put in lisp command.

Similar Threads

  1. Replies: 1
    Last Post: 2012-09-03, 07:20 AM
  2. 2008 SCALE 1:100 xref xref xref xref- scale list issues
    By Apsis0215 in forum AutoCAD Customization
    Replies: 2
    Last Post: 2008-11-21, 08:17 PM
  3. Move in increments of 5 and Rotate in increments of 10 degrees
    By BRENDA_GZZ_GOMEZ in forum Dynamic Blocks - Technical
    Replies: 10
    Last Post: 2007-04-17, 04:17 PM
  4. linked room numbers & door numbers
    By tim.101799 in forum Revit Architecture - Wish List
    Replies: 5
    Last Post: 2006-07-18, 08:44 PM
  5. Replies: 13
    Last Post: 2005-03-01, 12:49 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
  •