-
Recent Posts
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
- Rotating your UCS
- Adding Text to your Dim
- Point Size
- Use Align Space to Easily Align A Viewport View
- Convert 3D Revit to DWG
- Embed a Picture (Not as a Reference)
- AutoLISP: Replace Selected Points with Block
- DVIEW with a Twist: Rotating a Viewport View
- Deselect Objects from Selection Set
- Change the "Standard" Font in AutoCAD Template
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
Error: Twitter did not respond. Please wait a few minutes and refresh this page.
Monthly Archives: July 2011
AutoLISP: Adding A Suffix to Layer Names
To go along with the previous post which adds a Prefix to layer names, this one allows you to add a suffix to layer names. Here’s How: RL2 <enter> to start Enter text string to be added to the end … Continue reading →
AutoLISP: Add A Prefix To Layer Names
This routine is a great little routine that allows you to add a prefix to all layer names. Although, It does not allow you add a prefix that already exists in at least one layer name like “A-.” I will … Continue reading →
AutoLISP: Spline to Polyline
Keeping with the theme of the previous posts about modifying Splines and Polylines… Here is a routine that lets you change Splines into Polylines. I will warn you though, that this routine doesn’t let you escape or cancel out from … Continue reading →
AutoLISP: Polyline to Spline
Here is a routine that allows you to turn a “Fit Curve” Polyline into a Spline. The key to remember with this routine is that the PolyLine has to be a “fit curve” otherwise, the routine will not work. Click … Continue reading →
Polyline (Fit Curve)
Here is a helpful tip that will let you make Polylines look like splines. Splines are great, but sometimes they are a little hard to adjust. Here’s how: Make a Polyline Double-click the Polyline to enter its (PEDIT) function. Or … Continue reading →
Nudge – New in 2012
here is a quickie that I have come to use a lot. This feature is new in AutoCAD 2012 It is called “nudging” and is a way of moving things in your drawing without using your mouse. Well, not completely. … Continue reading →
AutoLISP: Change Attribute Color to Bylayer (global)
I have used this routine a lot. I sometimes get drawings that have attributes that have had their color changed to something other than “BYLAYER.” This routine will change all attributes colors to be BYLAYER. Here’s How: After loading, simply … Continue reading →
AutoLISP: Offset PolyLine Segments
The title of this post pretty much describes what this routine does. It behaves just like the OFFSET command but it allows you to offset single or multiple segments of a polyline. This pretty cool if you’ve ever needed something … Continue reading →
AutoLISP: Arc to Circle
Here’s one that someone asked me about a while ago and I just just it. Very simply, you select arc and this routine turns these arcs into circles keeping both the arc’s radius and the layer that the arcs were … Continue reading →