-
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
- Batch Convert DGN to DWG using Microstation
- AutoLISP: Block & Entity Color Change
- AutoLISP: Replace Selected Points with Block
- AutoCAD Self Adjusting Text Frame Using Multileaders
- Rotating your UCS
- Quickly Make a new Viewport
- AutoLISP: Make and Save Custom Hatch Pattern
- Adding Text to your Dim
- Fixing Your Broken Concrete Hatch Pattern
- AutoLISP: Polyline Direction preview
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
LISP: Unique Polyline Arrow
Here is a great routine to create unique arrows polyline arrows. DPA <enter> to start (Can specify if you want one arrow or an arrow on both ends) Specify the width (I chose 5 for this example) Pick the desired … Continue reading
Posted in AutoLISP, Leaders, TIPS
11 Comments
Copying LISP code from this Blog
I have been receiving questions about errors while copying AutoLISP code from the blog. unfortunately, I cannot make an attachment of the LISP file itself with WordPress who hosts this blog. I am currently looking for a good file host … Continue reading
Posted in AutoLISP, TIPS
2 Comments
AutoLISP: Attribute to text (mtext)
Here is a rare LISP routine. there are plenty of routines out there that take an exploded attribute and turn it into either text or mtext. But this routine allows you to make mtext objects out from attributes without exploding … Continue reading
Posted in Attributes, AutoLISP, Blocks, Text, TIPS
2 Comments
AutoLISP: Delete Attributes
If you need to delete attributes from a block, you can always use the command BATTMAN or you can use this LISP routine. Either way, you cannot delete all attributes from the block but at least you can remove what … Continue reading
Posted in Attributes, AutoLISP, Blocks, TIPS
2 Comments
AutoLISP: Block Name
When it comes time to annotate your drawings, wouldn’t it be nice for you to be able to select a block and then have its name appear as a text object and then place that text object? Here ya go: … Continue reading
Posted in AutoLISP, Blocks, Text, TIPS
9 Comments