+ Reply to Thread
Page 3 of 3 FirstFirst 1 2 3
Results 21 to 22 of 22
  1. #21
    Forum Deity MSasu's Avatar
    Discipline
    Construction
    MSasu's Discipline Details
    Occupation
    engineer
    Discipline
    Construction
    Details
    AutoLISP programmer
    Using
    AutoCAD 2013
    Join Date
    Mar 2009
    Location
    Brasov, Romania
    Posts
    2,997

    Default

    Registered forum members do not see this ad.

    @fuccaro: Since you don’t had access to an AutoCAD to validate your code, please allow me to add some corrections to it:
    Code:
    (setq ss (ssget "_X" '((8 . "WATERMARK"))))
    and
    Code:
    (repeat (setq i (sslength ss))
     (setq a (entget (ssname ss (setq i (1- 1)))))
     (print (cdr (assoc 0 a)))
     (princ)
    )
    Regards,
    Mircea

    AutoCAD's happy user equation: FILEDIA + PICKADD² + PICKFIRST = 3

  2. #22
    Super Moderator fuccaro's Avatar
    Using
    AutoCAD 2006
    Join Date
    Nov 2002
    Location
    Romania, Marosvasarhely
    Posts
    3,540

    Default

    Registered forum members do not see this ad.

    Thank you Mircea!
    It's nice to be nice, but sometimes is nicer to be evil!.
    Tip: Please do not PM or email me with CAD questions - use the forums, you'll get an answer sooner.

Similar Threads

  1. Export properties ("measurement") of "Aligned Dimension" to Excel
    By nhatquyelec in forum AutoLISP, Visual LISP & DCL
    Replies: 8
    Last Post: 1st Feb 2013, 07:58 am
  2. Replies: 17
    Last Post: 24th Jan 2013, 05:34 pm
  3. drawing "by block" not "by layer"
    By DoctorDrake in forum AutoCAD General
    Replies: 10
    Last Post: 8th Mar 2012, 09:21 pm
  4. "Hidden" line turns to "continuous" in layout view
    By jeck in forum AutoCAD General
    Replies: 12
    Last Post: 19th Jun 2011, 12:44 pm
  5. Replies: 1
    Last Post: 25th Nov 2009, 06:35 pm

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