See the top rated post in this thread. Click here

Results 1 to 4 of 4

Thread: Compare AutoCAD system variables between drawings

  1. #1
    I could stop if I wanted to
    Join Date
    2006-01
    Location
    Land of chocolate
    Posts
    228
    Login to Give a bone
    0

    Question Compare AutoCAD system variables between drawings

    Howdy world,

    A lot of system variables are drawing dependent, and offcourse - I don't know 'em all.
    Sometimes, something goes wrong with a drawing, you know its a setting, but ya don't know which one.

    With the command ACADINFO, it is possible to get a list off all the systemvariables of your AutoCAD (but it is a very long list) and comparing that is just nuts.

    For example: FILLMODE is a drawing dependent setting that specifies whether hatches (including solid fills and gradient fills), two-dimensional solids, and wide polylines are filled in. In this case, in one drawing I am able to hatch, in the other one not. If I don't know the variable FILLMODE, my search will be long. Thats why it would be VERY interesting to know a quick way to compare the variables between two drawings, to see which values are different, and to find a solution.

    Therefore - does anyone have any idea or there is a way to compare the variable between 2 drawings?

    thx

  2. #2
    I could stop if I wanted to Ogre's Avatar
    Join Date
    2005-06
    Location
    In the end, Cauliflower is just albino Broccoli
    Posts
    288
    Login to Give a bone
    0

    Default Re: Compare AutoCAD system variables between drawings

    I do not think there is a way already created in AutoCAD...I think you will have to come up with something, but I have to assume it needs to be made through .Net, maybe VBA (I am not that good at VBA, so I do not know), I may be wrong, but I am not sure if LISP can do it, although through a script it would be possible, but .Net would be cleaner...I am sure that it can be done...Unless you know how the DWG format works, you would need to have both drawings open (or if you want to compare x have x open) then run the command...Or it could open the drawings in a hidden mode (like Publish in background does)...It should write a text file or what would be really neat is if it could make a chart using Crystal Reports or maybe a chart from scratch in XML or something...I am definitely not that talented...The best I could do is a text file ...I would write something like that for you, but I am swamped doing other code...I am sure someone can help you out...There is some major genius here in the forums...

  3. #3
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,804
    Login to Give a bone
    1

    Default Re: Compare AutoCAD system variables between drawings

    Here is one idea:
    • For each drawing, use the system variable editor in either ToolPac or Express Tools and save the settings to a file .
    • Use a program like FCompare [ http://www.oneysoft.com/fcompare.htm ] to compare these two files.
    R.K. McSwain | CAD Panacea |

  4. #4
    Certifiable AUGI Addict dhurtubise's Avatar
    Join Date
    2005-07
    Location
    Somewhere in the BIM world
    Posts
    3,792
    Login to Give a bone
    0

    Default Re: Compare AutoCAD system variables between drawings

    That's exactly what i do. Works like a charm

Similar Threads

  1. Deployment of Registry-S​aved System Variables - AutoCAD 2013
    By mc-lemons in forum CAD Management - General
    Replies: 4
    Last Post: 2013-06-13, 04:11 PM
  2. Compare Two Drawings
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 4
    Last Post: 2012-10-13, 01:51 PM
  3. Missing New System Variables for AutoCAD 2008
    By rbdome in forum AutoCAD General
    Replies: 3
    Last Post: 2008-08-28, 12:12 AM
  4. AutoCAD 2007 list of system variables
    By madcadder in forum AutoCAD General
    Replies: 4
    Last Post: 2006-09-13, 03:46 PM
  5. Replies: 8
    Last Post: 2006-06-14, 05:56 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
  •