Oct 31, 2010

Lisp : Manhole Numbering


Advantages :
  •  It will create an attribute block named “MHT”.
  • The block will place in a new layer “MH Text”.
  • The block will not allow exploding so the attribute value will not be changed.
  • Easy to insert cover level and invert level.
  • You can change scale, prefix text, manhole starting number and  manhole starting sub number.  

Steps :


Oct 28, 2010

Lisp : Auto Reset Scale

;--- Code  Start ---
(defun-q S::STARTUP ( )
(command "-SCALELISTEDIT" "R" "Y" "E")
(princ)
);defun

;--- Code End---

Steps :
  • Copy Above Code to a Notepad and save as AutoResetScale.lsp
  • Copy “Auto Reset Scale.lsp” to your lisp folder and add this lisp to your ”Startup Suite”



or  Click here...to download Auto Rest Scale.lsp