-
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
- AutoLISP: Block & Entity Color Change
- AutoLISP: Replace Selected Points with Block
- AutoCAD Self Adjusting Text Frame Using Multileaders
- AutoLISP: Make and Save Custom Hatch Pattern
- Rotating your UCS
- Quickly Make a new Viewport
- AutoLISP: Polyline Direction preview
- Adding Text to your Dim
- Adding Lisp Files to a Tool Palette
- Trim and Delete outside of closed polyline
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
Category Archives: AutoLISP
AutoLISP: Detach All XREFS
I found this a little while ago and noticed that there is no header – so I don’t know who wrote it. Whoever it was – thank you!! Update: I found the original postings of this code: This little routine … Continue reading →
AutoLISP: Swap Text & Attributes
Here is a good quickie that lets you swap text objects – even Attributes that are within the same block and even attributes within different blocks. (Note: the “swapping” of attributes is actually only swapping the “value” of the and … Continue reading →
AutoLISP: Background Text Mask (Mtext Only)
Here is a quick way to turn on the text background to MTEXT. (Note: this routine works with MTEXT only.) Click here to see how to add Background Text Mask to Dimensions and MLeaders as this routine does not allow … Continue reading →
AutoLISP: Text Box Width
Sorry for not posting in a while. I now have a full time job. I get work with AutoCAD and help people with their AutoCAD problems – Which is something that I love. Anyways – This routine is a great … Continue reading →
AutoLISP: Eraser
WARNING!! WARNING!! This is yet another erasing routine but there is a warning that goes along with it. You don’t actually select anything. Instead, whatever your cursor hovers over gets erased. So if you don’t have a steady hand, then … Continue reading →
AutoLISP: Erase Continuously (new & improved)
So Lee answered once again and combined the two previous routines into one awesome routine. You remain in the erase command and are able to select objects by 1) picking them 2) Window 3) Crossing window and as soon as … Continue reading →
AutoLISP: Erase Single
Here is another erase routine that lets you select only one object at a time but like the previous post, it erases the selected object and then continues the erase command. My ultimate goal would be to combine these 2 … Continue reading →
AutoLISP: Erase Continuous With a Window
A lot of the drawings that I get I end up erasing a lot of stuff. And after using SkethUP’s erase command, I wish that AutoCAD’s erase command worked in the same way. I asked Lee-Mac for help with this … Continue reading →
AutoLISP: Capital Text – Choose Some Not All
This routine is great because not every text object in a drawing needs to be capitalized and this routine lets you simply select the text objects that you want to be capitalized. It’s that simple… BTW – it works with … Continue reading →
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 →