-
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: Replace Selected Points with Block
- Fixing Your Broken Concrete Hatch Pattern
- Change the "Standard" Font in AutoCAD Template
- Create an XCLIP
- AutoLISP: Merge Hatches Join Hatches
- Up and Running with the 2013 Core Console
- LISP version of Closest Distance Between Two Objects
- AutoLISP: Find and mark GAPS
- AutoLISP: Apply Current Page Setup To All Layout Tabs
- Rotating your UCS
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
AutoCAD 2013 Some Thoughts
Link to original post Today marks the release of AutoCAD 2013 and I am excited that I can finally start posting tips about some of its new features. I watched the video presentation from Autodesk which discussed more about the trends of … Continue reading
Posted in AutoCAD 2013
Leave a comment
AutoLISP: Replace Selected Points with Block
Today’s featured routine lets you replace selected points in a drawing with a defined block in the drawing. This routine could be more rubust but it is still helpful. It does let you specify the scale of the block and … Continue reading
AutoLISP: Easily Create Isometric Blocks
Here is a useful routine that will create isometric blocks based on an existing 2D (flat) block. This is great because all that you have to do is create the one block and this routine will do the rest for … Continue reading
Posted in AutoLISP, AutoLISP: Creating, AutoLISP: Modify, Customization, Isometrics
17 Comments
AutoLISP: 3D View – Section View with Depth
Here is a handy routine that lets you easily define a view and define its view-depth. With cluttered 3D drawings, you may want to view objects from a side view but also not see the clutter behind and in front … Continue reading
Posted in AutoLISP, AutoLISP: 3D
3 Comments
AutoLISP: Covert DTEXT & MTEXT to Multileaders
The previous routine only works with MTEXT objects. This routine, however, works with both MTEXT and DTEXT objects and even makes the process easier. Here’s how: MTLE <enter> to start Select the Text object(s) Specify where the end point (arrow) … Continue reading
Posted in AutoLISP, AutoLISP: Modify, AutoLISP: Text, Leaders, Text
9 Comments
Add Leader to Text – Make Multileader
If you have existing MTEXT objects and would like to add a leader to it and make into a Multileader object, this LISP will be your friend. The text objects do need to be MTEXT objects for this routine to … Continue reading
Posted in AutoLISP, AutoLISP: Text, Leaders, Text
8 Comments
AutoLISP: Trim Objects on One Side
This routine is similar to the Express Tool EXTRIM (is covered near the bottom of the linked post) in that you select a cutting edge and then what side of the cutting edge you would like to trim. But the difference is … Continue reading
Posted in AutoLISP, AutoLISP: Modify
1 Comment
AutoLISP: Join Dimensions
Simple routine – join separate dimensions into one Here’s how; JDIMS <enter> to start Select first dimension to join Select second dimension to join ~enter link to original post ;Shusei Hayashi ;OffshoreCad&Management Inc. ;10F Jaka Bldg., 6780 Ayala Ave., ;Makati, … Continue reading
Posted in AutoLISP, AutoLISP: Dimensions, AutoLISP: Modify
3 Comments
AutoLISP: Interior Intersections of closed Polylines
This is the last of the polyline routines that I have for now. This one lets you select to closed objects and will keep the area that the two objects share and trim away the rest. Even though this can … Continue reading
Posted in AutoLISP, AutoLISP: Modify, AutoLISP: Polylines
Leave a comment