Category Archives: AutoLISP

AutoLISP: Array Single Line (Vector)

So the new array tool is cool but it may be frustrating at the same time. Autodesk didn’t make the new array tool very intuitive. Here is a lisp routine that works in any UCS and is more intuitive than … Continue reading

Posted in AutoLISP, Modifying, New in 2012, TIPS | Leave a comment

AutoLISP: Arc Tangent to Line

I know that this blog has a lot of AutoLISP code on it. I will focus on regular drafting topics soon. It’s just that I have recently needed these LISP routines and thought that if they were handy for me, … Continue reading

Posted in AutoLISP, Modifying, TIPS, Uncategorized | 1 Comment

How to copy code from the internet and this blog.

So I received a question about how to copy code in general. I made my first video and instead of posting it here and taking up the limited amount of memory that WordPress allows, I posted it at YouTube.com This will show … Continue reading

Posted in AutoLISP, TIPS | 2 Comments

AutoLISP: ViewPort Lock & Unlock

Here is another short but sweet LISP routine by Lee-Mac found at the AUGI forums. This one is great because it does 4 functions. You can Lock or Unlock viewports byselecting them or you can Lock or Unlock all of … Continue reading

Posted in AutoLISP, Layout, Modifying, Viewports | 2 Comments

AutoLISP: Walk Blocks

This is one of the coolest LISP programs because it takes the same idea and the LAYWALK command which lets you isolate objects that reside on a given layer. In regards to blocks – This lets you locate blocks in … Continue reading

Posted in AutoLISP, Blocks, TIPS | 1 Comment

AutoLISP: Divide Polyline Segment

If youve ever tried the DIVIDE command on a Poly Line, You know the frustration that usually follows that adventure. Here is a great Routine that allows you to easily do this task. Note that places “Points” as the division … Continue reading

Posted in AutoLISP, Modifying, TIPS | 3 Comments

AutoLISP: Add Leader to MTEXT or DTEXT

Here is a quickie that lets you attach a leader to an existing MTEXT or DTEXT object. Here’s How: TL <enter> to start “Text Leader” Select Text object Specify start point (arrow) of leader Specify the angle of the leader … Continue reading

Posted in AutoLISP, Leaders, Modifying, Text | 7 Comments

AutoLISP: Improved MLINE (Multiline)

For those of you who like to use the MLINE command, this is for you. For those who don’t know what the MLINE command is – It lets you create 2 parallel lines and you get to specify the distance … Continue reading

Posted in AutoLISP, TIPS | Leave a comment

AutoLISP: Connect Endpoints To Make PolyLine

I found this today and thought That I’d share it here because it is really cool. If you need to make a POLYLINE of objects that continuously touch at their endpoints, this ones for you. Here’s how: EJA <enter> to … Continue reading

Posted in AutoLISP, Modifying, TIPS | 8 Comments

AutoLISP: Dimension Extension Line Toggle

Simple and sweet. This one is one that I use all of the time when I have dimension extension lines that overlap objects in my drawing. Before i found this LISP, I used the properties palette to achieve this. But … Continue reading

Posted in AutoLISP, Dimensions, Modifying, TIPS | 3 Comments