-
Recent Posts
-
Join 1,056 other subscribers
Archives
- April 2021
- August 2020
- August 2018
- March 2018
- July 2017
- March 2017
- September 2016
- August 2016
- July 2016
- March 2016
- December 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- October 2013
- September 2013
- August 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
Top Posts
- Point Size
- AutoLISP: Convert 2D Solid to Polyline Outline
- Up and Running with the 2013 Core Console
- Adding Lisp Files to a Tool Palette
- DVIEW with a Twist: Rotating a Viewport View
- Rotating your UCS
- Lisp: Delete Extra Annotative Scales from Objects
- Pan a Distance Within a Viewport
- Changing A Block Insertion Point
- AutoLISP: Block & Entity Color Change
Categories
- 3D Intro
- April Fools
- Attributes
- AutoCAD 2013
- AutoCAD 2015
- AutoCAD for Mac
- Autodesk University
- AutoLISP
- AutoLISP XREFs
- AutoLISP: 3D
- AutoLISP: Attributes
- AutoLISP: Blocks
- AutoLISP: Creating
- AutoLISP: Dimensions
- AutoLISP: Manage
- AutoLISP: Modify
- AutoLISP: Polylines
- AutoLISP: Text
- BASICS
- Blocks
- CADWorx
- Civil 3D
- Civil 3D Tips
- Customization
- Dimensions
- Express Tools
- Hatch
- Images
- Isometrics
- Layers
- Layout
- Leaders
- Linetypes
- Manage
- Modifying
- multileaders
- Navisworks
- New in 2011
- New in 2012
- New In 2013
- New in 2014
- New in 2015
- New in 2016
- New in 2017
- OLE Objects
- Paper Space
- Polylines
- Portfolio
- Printing – Plotting
- Raster Design
- Revit
- Scripts
- Settling In
- Tables
- Text
- TIPS
- Tool Palletes
- Trouble Shooting
- Uncategorized
- Updated
- User Interface
- Viewports
- Wipeouts
- Workspaces
- XREFs
Meta
AutoCAD Tips Twitter
Tweets by AutoCADTips1
Author Archives: AutoCAD Tips
AutoLISP: Select block by name
Even though, you can use the SELECTSIMILAR [found here] command to select a block and then this command will select the other blocks like the selected block…Here is a LISP rouinte that will make a selection set of a named … Continue reading
Posted in AutoLISP, AutoLISP: Blocks, AutoLISP: Modify
12 Comments
Autolisp: Find Blocks and Mark Them
This is a re-post of an earlier post that had an error in it. So here it goes again… This routine will let you easily find blocks in your drawing. It does this by drawing lines from the insertion point … Continue reading
Posted in AutoLISP, AutoLISP: Blocks, AutoLISP: Manage
3 Comments
Cycling Mode
With AutoCAD 2011 they introduced the selection cycling tool which is very helpful and I have posted about it here. There are times, however, when it is annoying. Take for example when you are simply zoomed out of a drawing … Continue reading
Customize Dynamic Input Coordinates
In the previous post (found here) the various coordinate input methods are explained. And near the end of the post the dynamic input tool is briefly explained as being polar, relative by default which is different from when dynamic input … Continue reading
Posted in BASICS, Customization, Settling In, TIPS
1 Comment
Intro To Coordinates
Note: I must first apologize for the lack of posts lately. I have started teaching AutoCAD for a local community college at night and it has been very demanding of my time. Teaching this class should help me focus on … Continue reading
Posted in BASICS, Settling In, Uncategorized
4 Comments
Temporary OSNAP Overrides (Including 3D Osnaps)
When you are in the middle of a command and you need to snap to something that is not currently set in your running OSNAPs, you can use a temporary OSNAP override that will let you snap to the desired … Continue reading
Posted in 3D Intro, BASICS, New in 2011, Settling In, TIPS
1 Comment
Intro to Isometric Drawing
AutoCAD has an isometric drawing mode that lets you drawing 3D-looking objects in 2D just like when you draw 3D objects on a flat sheet of paper. This means that even AutoCAD LT can draw 3D representations. Q) What is … Continue reading
Posted in BASICS, Isometrics
23 Comments
Intro to Polar Tracking
I might have the opportunity to teach AutoCAD at a local community college this coming fall so I have been focusing on the basics. Polar Tracking is a great way to define a specific angle while drafting. This is probably … Continue reading
Posted in BASICS, Customization
1 Comment
AutoLISP: Create a Roof Pitch Symbol
If you need to create a roof pitch symbol this routine will surely help. Here’s how: PS <enter> to start “Pitch Symbol” Select a line that has the slope that you need to calculate Specify the base length of the … Continue reading
Posted in AutoLISP, AutoLISP: Creating
6 Comments