The Hurricane Forum
The Hurricane Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Hurricane for AutoCAD
 Tips and Tricks
 DIESEL plot stamper
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

n/a
deleted



4 Posts

Posted - May 16 2005 :  4:32:15 PM  Show Profile  Reply with Quote
Here's something I thought was pretty useful...
Instead of running a lisp routine to date stamp your plots and show the path names of your drawings, heres something you can try.

type 'RTEXT' on the command line, hit 'D' for Diesel.
for Enter RText: type this

PATH: $(GETVAR, DWGPREFIX)$(GETVAR, DWGNAME) DATE: $(edtime, $(getvar,date),""MONTH DD YYYY - H:MMam/pm) LOGIN: $(getvar,loginname)

Hit enter, place the text where you want it, and hit enter again.

This gives you text that will automatically update without you having to edit it. Test it by doing a saveas to a different name or directory, then type 'REGEN'. PRESTO!!! Like magic the path, dwgname and the time automatically update!

I've been using this for a while and always attach this to the corner of my TITLE BLOCK. Then, I xref my tile block into every drawing...it works great.

Here's some more...

To show 'IMAGES' that are attached to the drawing add this text:
IMAGES:$(images, , ,)

To show 'XREFS' names and paths add this text:
XREFS:$(xrefs, , , )

***Note: the commas list the files horizontally, without the commas files are listed vertically.

Let me know if you guys found this useful. Thanks.

-Geester


  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Hurricane Forum © 2009 - 2021 Go To Top Of Page
This page was generated in 0.31 seconds. Snitz Forums 2000