May 22, 2013

Tip : Startup Suite


           Contains a list of applications that are loaded each time you start AutoCAD. This can be handy when you use a lisp file in daily use so that you don’t need to load it every time. The lisp files in the start up suit are loaded automatically whenever a new drawing file is opened.

Note: when you adding lisp applications to startup suite contents, add only lisp files which you need to be loaded when you start AutoCAD.


Apr 15, 2013

Lisp : Kerb line


           Kerb Line lisp helps you to create indicative kerb markings for road layout plan to add more pleasing look to your drawings, in proper layers.

How to use :
  • Save as the Main plan to a new file
  • Delete all contents except the  road edge line
  • Pedit all lines and arcs  to convert to polyline 
Download Kerb line lisp click here
  • Load “KERB LINE” lisp
  • Type Command : PP

 For pedit command
  • Type Command : KB
  • Specify Kerb Width
  • Select polyline
  • Specify point on side to offset

 Specifications:
  • New layer : Kerb
  • Line type Generation : Enabled


Tip : Add tangent circle lisp to “Startup Suite” it will helps to load lisp Automatically

Dec 24, 2012

Tip : Export AutoCAD Table to Excel

If you are using AutoCAD table and want to export contents of table in to Excel format.


Steps to export:
  • Right Click on AutoCAD Table
  • Choose Export…
  • Now export data window will open
  • Save it in .csv format


Steps to convert csv to xls:

  • Open csv file in Microsoft Excel
  • Save as to .XLS format

Related Post : Link Excel to Autocad Table