fat_clumsy_cat
25th Sep 2003, 09:08 am
Hi Everybody,
I am looking for lsp for plot stamp. Most of them I found in the web are plot stamps with path, date, time, filename together. I need them to be separated so that I can put them in different title blocks and different location in a title block. Can anybody help me? :oops:
Flores
25th Sep 2003, 02:26 pm
Use "rtext" from the bonus tools. Download it at:
http://www.tbaug.com/Main-web/lsp_files.htm
Here are a few things to try and play with. Take it apart and get what you want:
Drawing Name:$(getvar, "dwgname")
File Path:$(getvar, "dwgprefix")$(getvar, "dwgname")
Fille Name:$(upper,$(substr,$(getvar,"dwgname"),1,$(-,$(strlen,($(getvar,"dwgname"))),6)))
Plot Date:$(edtime, 0, Mon DD"," YYYY - H:MMam/pm)
Plotted By:$(upper, $(getvar, "loginname"))
Xrefs:$(xrefs,3)
Xrefs: $(xrefs,8 )
Osmode Value:$(getvar, osmode)
$(getvar, dwgprefix)$(getvar, dwgname) $(edtime, 0, M-DD-YYYY @ H:MMam/pm) $(getvar, loginname)
$(getvar, "dwgprefix")$(getvar, "dwgname"). Layout $(getvar, "ctab").
Plotted $(edtime, 0, DDDD DD MONTH YYYY - HH:MM) by $(getvar, "loginname")
$(getvar, "dwgprefix")$(getvar, "dwgname")
Created: $(edtime, $(getvar,tdcreate), ddd" DD"-Mon"-YYYY" - HH:MMAM/PM)
Last saved: $(edtime, $(getvar,tdupdate), ddd" DD"-Mon"-YYYY" - HH:MMAM/PM)
Last Saved By: $(getprop, lastsavedby)
Printed: $(edtime, 0, ddd" DD"-Mon"-YYYY" - HH:MMAM/PM)
Printed By: $(getvar, "loginname")
Total editing time $(edtime, $(getvar,tdindwg), HH:MM)
$(substr,$(getvar,"dwgname"),1,$(-,$(strlen,$(getvar,"dwgname")),4))
Copy and paste above stuff. To edit it afterwards, type in "rtedit".
Flores
fuccaro
25th Sep 2003, 02:59 pm
Great answer, Flores.
Please let me append a short sentence.
If Fat_clumsy_cat plan to send drawings to others, he should ask first if the express tools are installed on "those" computers too.
fat_clumsy_cat
26th Sep 2003, 06:58 pm
Thank you Flores,
I cannot find rtext in the site you suggest. We submit drawings to the government department through internet, so I dun think I can ask everybody to install the express tools.
SpeedCAD
5th Oct 2003, 02:34 am
Thank you Flores,
I cannot find rtext in the site you suggest. We submit drawings to the government department through internet, so I dun think I can ask everybody to install the express tools.
Hi...
you need a lisp routine??
I did a lisp that it does it, the lisp works with XDATA and update automatically the drawing, your name or date. The routine is seemed to which it makes RTEXT
If you need it, send me a email...
Orbit
5th Oct 2003, 11:10 am
Hi...
you need a lisp routine??
I did a lisp that it does it, the lisp works with XDATA and update automatically the drawing, your name or date. The routine is seemed to which it makes RTEXT
If you need it, send me a email...
I think it is better if you post your lisp here so it will be available for future members in need.
Powered by vBulletin™ Version 4.1.2 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.