Custom commands can really make your work go more quickly. Even if they save only a fraction of a second, they make you feel like you’re saving time — that extra smoothness is very satisfying!
Here’s one that I like. It creates a 1-segment line. Yes, I could press Enter to end the LINE command, […]
In AutoCAD, you can create custom shapes using code that resides in a text file. You can insert a shape using the SHAPE command. Custom fonts (especially non-Roman ones) are often created using this shape feature.
Shapes vs blocks
Inserting a shape is similar to inserting a block, so let’s start with the difference between […]
Tool palettes can be a great place to store blocks, custom commands, and more. For example, in this post, I explain how to use tool palettes for blocks. And here I explain how to use tool palettes for user-defined hatches.
But what if you want to share them with others? You can share tool palettes […]
AutoLISP offers powerful programming capabilities to AutoCAD, but you don’t need to be a programmer to use it. You can fairly easily create a simple custom command that can make your work go more quickly. In this tutorial, you’ll create a custom command that draws a red circle in any location and with any radius. […]
Blocks are an essential component of most drawings because they save time, increase accuracy, and reduce drawing size. Blocks are most useful when you use them many times, especially across drawings. Therefore, you need a way to access saved blocks that aren’t in your current drawing. In this tip, I’ll discuss the first of 4 […]
Did you know that many commands have a variation that lets you execute them solely on the command line? This technique is great for creating script files and AutoLISP routines. For example, you can write a script file to plot your drawings.
The secret is to put a hyphen (-) before the command name. Here’s […]
You can launch AutoCAD with a specific template of your choice. You do this with a command line switch.
When you double-click the icon on your desktop or start AutoCAD from the Start menu, you are executing a statement. You can customize this statement by adding parameters, also called switches.
It’s happened to all of us. A car outside backfires, a door slams or a cheeky college sneaks up behind you and gives you a tickle; before you know it your AutoCAD user interface is a mess!
This is a guest post by Sanjay Kulkarni, an AutoCAD programmer. You can read more about him at the end of this post.
The number of mouse-clicks required to perform a task is generally a good indicator of productivity. The fewer the number of clicks, the less time required–hence more productivity.
Important: While we don't collect cookies, some of our 3rd-party services (such as PayPal and WordPress) do, to give you a safer and better browsing experience. Read about how we use cookies and keep your personal information secure by reading our Privacy Policy here.