Message 1 of 4

Not applicable
07-22-2018
02:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to dimension nearest to perpendicular and change the text override to "<>\PROW" and make sure it's on layer "P-Dim"
Here is what I have so far.
(defun c:dn() (command "dimaligned" "nea" pause "per"pause pause ) (princ))
I know we would have to use this command below for the next portion but I don't know how to implement the rest.
(command "dimedit" "n"
Can someone help with changing the text override and layer? I'm new to lisp routines.
Thanks for the help!
Solved! Go to Solution.