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.
Go to Google
Tip# 1912 By Rodney Gaines On 01-Dec-2003
4
Rated By 1 users Downloaded : 306
Categories : Menus, Misc. User Tools
Software type : AutoCAD
Rename File To : Tip1912: GOOGLE.TXT
Menu macro lets you access the Google.com search engine from AutoCAD.
Related CAD Tips

GO TO GOOGLE
Tip #1912
Don t forget that you can easily access Internet sites from within AutoCAD. This menu macro brings up the
Google.com search engine directly within the AutoCAD Tools menu. In ***POP6, add the bold text between the two lines begining with ID_PointA and ID_MeetNow:
ID_PointA [&Autodesk Point A]^C^C_^C^C_ browser
http://pointa.autodesk.com
[&Google]^C^C_browser http://www.google.com
ID_MeetNow [&Meet Now]^C^C_MeetNow

 

 
    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.
Maple Leaf
Tip# 1913 By Watson Kilbourne On 01-Dec-2003
3.5
Rated By 2 users Downloaded : 184
Categories : Misc. User Tools
Software type : AutoCAD
Rename File To : Tip1913: CAN-FLAG.LSP
can-flag.lsp displays the flag of Canada on yoru AutoCAD screen.
Related CAD Tips

MAPLE LEAF
Tip #1913 [CAN-FLAG.LSP]
Inspired by the U.S. flag published last month, Watson Kilbourne
submitted the AutoLISP program to generate
the flag of his native Canada.

 

 
    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.
Offset All
Tip# 1914 By Qingmo Zhu On 01-Dec-2003
2
Rated By 1 users Downloaded : 293
Categories : 2D Operations
Software type : AutoCAD
Rename File To : Tip1914: OFFSET-ALL.LSP
OFFSET-ALL.LSP offsets lines, arcs, and circles, including those in blocks and xrefs.
Related CAD Tips

OFFSET ALL
Tip #1914 [OFFSET-ALL.LSP]
Offset is one of the most frequently used commands in AutoCAD. However, elements in blocks, external references,
and blocked pline segments can t be offset with the standard Offset command. OFFSET-ALL.LSP offsets
lines, arcs, and circles, including those in blocks or external references. It places the objects on your 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.
Group 'em
Tip# 1915 By Leonid Nemirovsky On 01-Dec-2003
2
Rated By 1 users Downloaded : 197
Categories : 2D Operations
Software type : AutoCAD
Rename File To : Tip1915: ZX.LSP
ZX.LSP creates a temporary group of objects for use later or with the Move and Copy commands.
Related CAD Tips

GROUP  EM
Tip #1915 [ZX.LSP]
The Group command can be cumbersome and overkill. This AutoLISP macro establishes a group of objects
named Zx if, for example, you need to tie a group of objects together for repeated or later use with Move and Copy.
(defun c:zx (/x)
(setq x (ssget)
(princ)
)
Load ZX.LSP, select a set, type ZX at any Select Objects prompt. Use the set as is or add and remove objects. The grouping is destroyed when you close the drawing.

 

 
    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.
Switch Text
Tip# 1916 By Larry Duchaine On 01-Dec-2003
2
Rated By 1 users Downloaded : 179
Categories : Notes/Text
Software type : AutoCAD
Rename File To : Tip1916: SWTXTVAL.LSP
SWTXTVAL.LSP switches the string value of two selected text or mtext entities.
Related CAD Tips

SWITCH TEXT
Tip #1916 [SWTXTVAL.LSP]
This program switches the string value of two selected text or mtext entities. If, when you select a text entity, you accidentally miss or select another entity type, such as line or circle, the program repeats the entity pick until you select text or mtext. The program is simple, but saves a lot of time. I use it dozens of times a day.

 

 
    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.
Change Snap Angle
Tip# 1917 By Manuel Sr. On 01-Dec-2003
4
Rated By 1 users Downloaded : 267
Categories : 2D Operations, Linear Objects
Software type : AutoCAD
Rename File To : Tip1917: SNAPANG.ZIP
SNAPANG.ZIP adds a toolbar that covers ll angles in 15-degree increments and includes a variable that lets you pick two points to set the angle.
Related CAD Tips

CHANGE SNAP ANGLE
Tip #1917 [SNAPANG.ZIP]When you work with files that contain many angles, you must constantly change the snap angle of your cursor. SnapAng Toolbar covers all angles in 15? increments and includes a variable that lets you pick two points to set your snap angle when you select it. This saves me a great deal of time. The ZIP file contains the menu text and the bit-map files for the icons. Unzip the file and add the files to your AutoCAD path. See SNAPANG.TXT for further instruction.

 

 
    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.
Midway between Points
Tip# 1918 By Rui Cola On 01-Dec-2003
3
Rated By 1 users Downloaded : 187
Categories : 2D Operations
Software type : AutoCAD
Rename File To : Tip1918: ENTFRMP.LSP
ENTFRMP.LSP contains a group of functions designed to find the midpoint between two point that may or may not be related to reference points.
Related CAD Tips

MIDWAY BETWEEN POINTS
Tip #1918 [ENTFRMP.LSP]
ENTFRMP.LSP is a group of AutoLISP functions designed to find the midpoint between two points that may or may not be related to reference points of an object or group of objects. It s also useful for points with different ordinates.

 

 
    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.
Break and Hide
Tip# 1919 By J.D. Henman On 01-Jan-2004
3
Rated By 1 users Downloaded : 322
Categories : 2D Editing, 2D Operations
Software type : AutoCAD
Rename File To : Tip1919: BKH.LSP
Use BKH.LSP to break lines, polylines, circles, and arcs at selected points, then transfer the breakout to a layer with hidden-line type.
Related CAD Tips

BREAK AND HIDE
Tip #1919 [BKH.LSP]
Use BKH.LSP to break lines, polylines, circles, and arcs at selected points and then automatically transfer the breakout to a layer with hidden-line linetype. Remember that AutoCAD handles break points in a clockwise manner for arcs and circles. The routine creates its own hidden layer
(figure 1).

 

 
    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 Shadow Boxes
Tip# 1920 By Stanley Pijl On 01-Jan-2004
4
Rated By 1 users Downloaded : 300
Categories : Notes/Text, Linear Objects
Software type : AutoCAD
Rename File To : Tip1920: DROPS.LSP
DROPS.LSP draws a rectangular shadow box when you specify the lower-left and upper-right corners.
Related CAD Tips

DRAW SHADOW BOXES
Tip #1920 [DROPS.LSP]
DROPS.LSP draws a rectangular shadow box when you specify the lower-left and upper-right corners. It automatically adjusts the thickness of the shadow by the drawing s current DIMSCALE setting (figure 2).

 

 
    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.
Adjust Attribute Position
Tip# 1921 By Vladimir Roudik On 01-Jan-2004
4
Rated By 1 users Downloaded : 476
Categories : Attributed Blocks, Blocks
Software type : AutoCAD
Rename File To : Tip1921: ADJUST.LSP
Use ADJUST.LSP to adjust the location and orientation of a block's attributes.
Related CAD Tips

ADJUST ATTRIBUTE POSITION
Tip #1921 [ADJUST.LSP]
Use ADJUST.LSP to easily adjust the location and orientation of a block s attributes. First, launch the Adjust command.Select a block and then specify a new origin point (upperleftcorner) for the attribute s location. All attributes receive a horizontal orientation and move to the new location.
 

 

 
Syndicate content