View Full Version : How to customize the pid-sup.lsp program for P&ID?
qmlm1981
03-27-2006, 05:51 PM
There is two parameters "pspec" and "psz" in lineMark() function. How can I get these values? Is there any function can return the values if I want to use in my own function ?
(defun LineMark ()
;;(STRCAT psz "-" ltag "-" pspec )
)
That is the annotation string on a line number. I think you can modify it as you want, mine reads....
(STRCAT psz" "ltag "-" pspec" "pins" "ptrc" "pmatl" ")
so when I annotate a line in PID it will read
8" GH-1800-AC1 1"H ET
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.