PLANTORTHOANNOTATE BY COMMAND LINE WHILE SELECT ENTIRE DRAWING
Not applicable
12-18-2018
09:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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