- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good Day..
Looking for help in LISP coding to place all tag number of pipe support in orthographic view.
(defun c:BOP (/)
(command "PLANTORTHOANNOTATE" pause "Bottom of Pipe [BOP]")
(princ))
i am using this command but for next support again press Enter i wanted to skip this Enter and Place My Tag Any where as per My choice and Lets Continue the command for Next Support Tag
i am using like this
(defun c:SUPPLY (/)
(command "PLANTORTHOANNOTATE" pause "Support Annotation [Tag]" pause "Support Annotation [Tag]")
(princ))
but its happen like this
Command: SUPPLY
PLANTORTHOANNOTATE
Command:
Select a component to annotate:
Specify annotation style or [?] <Support Annotation [Tag]>: Support Annotation [Tag]
Specify annotation position [Rotate/disableLeader]:
Select a component to annotate: Support Annotation [Tag]
*Invalid selection*
Expects a point or Window/Last/Crossing/BOX/ALL/Fence/WPolygon/CPolygon/Group/Previous/AUto
; error: Function cancelled
Select a component to annotate:
Specify annotation style or [?] <Support Annotation [Tag]>:
Specify annotation position [Rotate/disableLeader]:
Select a component to annotate:
Your help in this highly appreciated.
Regards
Sachin
Solved! Go to Solution.