AutoCAD

    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Finding excavation volumes
Tip# 1859 By Theodorus Winata On 01-Mar-2003
3
Rated By 1 users Downloaded : 448
Categories : 3D Operations
Software type : AutoCAD
Rename File To : Tip1859a: VOL.LSP, Tip1859b: VOL.DCL
vol.lsp, vol.dcl. Finds the volume of a closed polyline.
Related CAD Tips

FINDING EXCAVATION VOLUMES
Tip #1859 [VOL.LSP] and [VOL.DCL]
This routine finds the volume of a closed polyline. You supply the depth in the dialog box along with the height and rotation of the text. The current text style is used by default. The polyline must be drawn in decimal (metric) units for metric volumes and engineering units for cubic feet volumes. You can also add volumes for multiple closed polylines.

 

 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Add or subtract dimensions
Tip# 1860 By Ramesh Gopal On 01-Mar-2003
4
Rated By 2 users Downloaded : 493
Categories : Dimension
Software type : AutoCAD
Rename File To : Tip1860: TXTCALC.LSP
txtcalc.lsp. Perform additional and subtraction with AutoCAD text and dimension entities.
Related CAD Tips

ADD OR SUBTRACT DIMENSIONS
Tip #1860 [TXTCALC.LSP]
This command, Txtcalc, lets you perform addition and subtraction with AutoCAD text and dimension entities.The command sequence is similar to that of AutoCAD s Area command. When you type in the command, it shows the current total as 0.0 and then asks you to choose the mode (Add or Subtract). Both options prompt you to Select objects. You can select multiple objects at once. The program performs the selected arithmetic operation on the selected entities and shows the new current total. You can continue with the desired option, or type X to show the grand total and exit the program. This program is very useful, especially with dimension objects. It takes care of both default and overridden dimension text.

 

 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Easy weld symbols
Tip# 1861 By Mike McGowan On 01-Mar-2003
4
Rated By 1 users Downloaded : 883
Categories : Standard Blocks
Software type : AutoCAD
Rename File To : Tip1861: WELD.ZIP
weld.zip. Draws various weld symbols based on current DIMSCALE.
Related CAD Tips

EASY WELD SYMBOLS
Tip #1861 [WELD.ZIP]
This AutoLISP routine will draw various weld symbols based on current DIMSCALE with input from the user.You ll need to know weld terminology to intelligently answer the prompts! Be sure to extract all three files to your Auto-CAD search path.
 

 

 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Chain links
Tip# 1862 By Juan Cadavid On 01-Mar-2003
1
Rated By 1 users Downloaded : 448
Categories : 2D Operations, 3D Operations
Software type : AutoCAD
Rename File To : Tip1862: CHAIN.ZIP
chain.zip. Draw 2D and 3D chain links, with options for various types and sizes.
Related CAD Tips

CHAIN LINKS
Tip #1862 [CHAIN.ZIP]
If you need to draw accurate depictions of various chain links, in either 2D or 3D, then you will appreciate CHAIN.LSP and its dialog box. It offers
many different chain types and sizes. Be sure to extract all of the files in CHAIN.ZIP to somewhere in your AutoCAD search path.

 

 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Globally change linetype to bylayer
Tip# 1863 By Justin Werner On 01-Mar-2003
2
Rated By 1 users Downloaded : 238
Categories : Layer Properties
Software type : AutoCAD
Rename File To : Tip1863: CHLT.LSP
chlt.lsp. Changes all linetypes to bylayer.
Related CAD Tips

GLOBALLY CHANGE LINETYPES TO BLAYER
Tip #1863 [CHLT.LSP]
If you ever have to wade through a large drawing changing linetypes to Bylayer, CHLT.LSP can help it makes the process quick and efficient.
 

 

 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Joining Two Lines
Tip# 1865 By Richard Gill On 01-Apr-2003
1
Rated By 1 users Downloaded : 212
Categories : 2D Operations
Software type : AutoCAD
Rename File To : Tip1865: SQR.LSP
sqr.lsp sets Chamfer command's radii to zero so you can join two lines or polylines at their extended junction.
Related CAD Tips

JOINING TWO LINES
Tip #1865 [SQR.LSP]
This AutoLISP routine sets the Chamfer command s radii to zero so you can join two lines or polylines at their extended junction an old AutoCAD trick that SQR.LSP automates. The routine joins and traps overlapping lines at their existing junction. It also records and politely resets the radii to their initial values before it ends.

 

 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Modify Xrefs
Tip# 1868 By Dominic Huerta On 01-Apr-2003
3
Rated By 1 users Downloaded : 211
Categories : DWG
Software type : AutoCAD
Rename File To : Tip1868: MXREF.LSP
mxref.lsp lets you modify a referenced drawing from within the host drawing.
Related CAD Tips

MODIFY XREFS
Tip #1868 [MXREF.LSP]
Use MXREF.LSP to modify a referenced drawing from within the host drawing. Simply select an object in the xref, and AutoCAD opens that drawing for editing. Then save your changes and switch back to the host drawing to reattach the xref.

 

 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Draw Arcs with Thickness and Lineweight
Tip# 1869 By Theodorus Winata On 01-Apr-2003
1
Rated By 1 users Downloaded : 184
Categories : Curved Objects
Software type : AutoCAD
Rename File To : Tip1869: TWA.LSP
twa.lsp draws an arc and adds lineweight and thickness.
Related CAD Tips

DRAW ARCS WITH THICKNESS AND LINEWEIGHT
Tip #1869 [TWA.LSP]
This command draws an arc at center, start, and endpoint. It adds lineweight and thickness to the arc (figure 2). Remember that to view lineweights on screen, you must press the LWT button on the mode status line.

 

 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Import 3D points from Excel
Tip# ALSP403 By Tony Hotchkiss On 01-Apr-2003
4
Rated By 1 users Downloaded : 5770
Categories : 3D Operations, Import
Software type : AutoCAD
Rename File To : IMPORT-3D-POLY.LSP
import-3D-poly.lsp imports x,y,z coordinates from Excel spreadsheet and draws polyline.
Related CAD Tips

Two readers want to import Excel spreadsheet data into AutoCAD. David Rodrigues wants to bring a DOS text file saved from an Excel spreadsheet into AutoCAD. John Kuenzle of Waukesha, Wisconsin, needs to create 3D polylines from x,y,z coordinates stored in an Excel spreadsheet. IMPORT-3D-POLY.LSP takes a set of x,y,z coordinates from a comma-delimited text file and creates a 3D polyline. A comma-delimited text file is a file type you can save directly from an Excel spreadsheet. Figure 1 shows a sample Excel spreadsheet, and figure 2 shows the corresponding comma-delimited text file. The result of running IMPORT-3D-POLY.LSP appears in figure 3. More than a thousand 3D points went into creating this 3D polyline in the form of a helical coil.

HOW TO USE IMPORT-3D-POLY.LSP
Download the file from the Get the Code section and save it in the AutoCAD support directory. From the AutoCAD tools menu, choose Load Applications, or enter Appload at the AutoCAD Command prompt. In the Load/Unload Applications dialog box, select the IMPORT-3D-POLY.LSP file from the support directory where you installed it, then click Close. After you load the program, AutoCAD prompts you to enter PL3 to start.

IMPORT-3D-POLY.LSP displays the 3D Points File dialog box shown in figure 4, where you can locate the text file that contains the required points. No further user interaction is required. The 3D polyline is drawn on the current layer.






 

 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
MAKE A GRID
Tip# 1873 By J. Shankar On 01-May-2003
3
Rated By 1 users Downloaded : 259
Categories : Misc. User Tools
Software type : AutoCAD
Rename File To : Tip1873: MGRID.LSP
mgrid.lsp. GIS-oriented routine makes a grid using polylines and sequenced numbered text in the middle of each grid.
Related CAD Tips

MAKE A GRID
Tip #1873 [MGRID.LSP]
Use this GIS-oriented routine, MGRID.LSP, to make a grid using polylines. The routine creates a grid with sequenced numbered text in the exact middle of each grid. You input the point that represents the lower left corner of your grid, the number of vertical grids, and the number of horizontal
grids.

 

 
Syndicate content