Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

PLANTORTHOANNOTATE BY COMMAND LINE WHILE SELECT ENTIRE DRAWING

Anonymous

PLANTORTHOANNOTATE BY COMMAND LINE WHILE SELECT ENTIRE DRAWING

Anonymous
Not applicable

Hi All,

 

Good Day..

 

new to forum here,

Looking for help in LISP coding to select Entire Drawing and perform below code the code will perform to select only PipeSupport To provide Tag automatically for particularly support Object naming.

 

(defun c:repeatTag (/)
(while t
(command "PLANTORTHOANNOTATE" pause "Support Annotation [Tag]" pause "")
)
(princ)) 

 

Your help in this highly appreciated.

Regards

sachin

  

0 Likes
Reply
253 Views
0 Replies
Replies (0)