+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Forum Newbie
    Using
    not specified
    Join Date
    Aug 2006
    Posts
    1

    Default Override Dimension Check

    Registered forum members do not see this ad.

    hi all, first time poster here,

    i was wondering if anyone had a lisp routine or even just a method of checking the dimensions on a drg and highlighting any overridden ones,

    ive searched the forums and couldnt find any reference to this so my apologies if this has been covered (which im sure it has)

    my thanks in advance

    Graeme

  2. #2
    Super Member fixo's Avatar
    Computer Details
    fixo's Computer Details
    Operating System:
    Windows 7
    Motherboard:
    E7500
    CPU:
    Intel(R)Core(TM)2 DUO CPU 2.93HGz
    RAM:
    4098 Gb
    Graphics:
    1024 Gb
    Using
    AutoCAD 2009
    Join Date
    Jul 2005
    Location
    Pietari, Venäjä
    Posts
    1,587

    Default

    Registered forum members do not see this ad.

    Hi Graeme

    You can select overrided dimensions with using
    of following filter:
    Code:
      (setq sset (ssget "x" '((0 . "DIMENSION") (1 . "~"))))
      (sssetfirst sset sset)
    Hth

    Fatty

    ~'J'~

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts