Category Archives: Modifying

AutoLISP: Polar Array

I recently posted some alternatives to the new ARRAY commands that are in AutoCAD 2012 and forgot to post this one. It allows you to create a polar array. Here’s How: POLAR <enter> to start Select Objects <enter> when done … Continue reading

Posted in AutoLISP, Modifying, TIPS | Leave a comment

Using Burst To Explode a Block

I ran into a problem today and thought that I’d share it here because I found a solution. I have a dynamic block of a door that I needed to explode and then trim. But every time I tried to … Continue reading

Posted in Blocks, Express Tools, Modifying, TIPS | 1 Comment

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

Posted in AutoLISP, Customization, Layers, Modifying, TIPS | Leave a comment

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

Posted in AutoLISP, Customization, Layers, Modifying, TIPS | 1 Comment

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

Posted in AutoLISP, Modifying, Polylines, TIPS | 4 Comments

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

Posted in AutoLISP, Modifying, Polylines, TIPS | 2 Comments

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

Posted in BASICS, Modifying, Polylines, TIPS | 1 Comment

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

Posted in BASICS, Modifying, New in 2012, Settling In, TIPS | Leave a comment

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

Posted in Attributes, AutoLISP, Blocks, Modifying, Text, TIPS | 5 Comments

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

Posted in AutoLISP, Modifying, Polylines, TIPS | 6 Comments