Book Image

Instant Autodesk AutoCAD 2014 Customization with .NET

By : Tom Nelson
Book Image

Instant Autodesk AutoCAD 2014 Customization with .NET

By: Tom Nelson

Overview of this book

<p>AutoCAD's .NET API can be used to create small but powerful applications that help CAD users achieve productivity gains and improve quality. CAD users can accelerate drafting and design processes, improve drawing accuracy, minimize time spent on repetitive or demanding tasks, and reduce errors. In short, users can deliver better drawings faster with customized CAD tools.</p> <p>Learn how to use AutoCAD's .NET API to create your own high-powered, custom applications for AutoCAD. This book is a toolbox of small projects for handling common AutoCAD tasks. You can add to these recipes to develop your own specialized AutoCAD program library. Clear, step-by-step instructions and complete code examples illustrate the process, making it easy to develop your own custom AutoCAD tools.</p> <p><br />Giving you the building blocks of AutoCAD application development, you&rsquo;ll learn to create compact user interfaces for your AutoCAD plugins and add command buttons to the ribbon interface. Next, you&rsquo;ll create programs to insert and modify AutoCAD block and attribute references, as well as working with custom data stored on AutoCAD objects. Learn how to publish layouts from external drawings in multi-sheet PDF files, export AutoCAD data to MS Excel for processing, and respond to AutoCAD event notifications (such as when an object is selected). With the tools presented in this book, you can develop and implement new functionality to address your specialized business needs.</p>
Table of Contents (7 chapters)

Chapter 1. Instant Autodesk AutoCAD 2014 Customization with .NET

Welcome to Instant Autodesk AutoCAD 2014 Customization with .NET. If you are new to writing custom AutoCAD applications, you are in for a real treat! There is great satisfaction that comes with knowing that you helped accelerate your company's or client's design process, improved drawing accuracy, minimized time spent on repetitive or demanding tasks, and reduced errors, all of which results in being able to deliver products faster than would have been possible without your custom CAD tools.

In this book, we'll create a toolbox full of small but useful AutoCAD plugins to handle common tasks: creating custom AutoCAD commands, reading and writing extended data, communicating with other applications, organizing and processing information, publishing drawings, and more. These are the building blocks of most custom AutoCAD programs. From these, you will conceive and develop more elaborate building blocks, specialized for your particular requirements. You will achieve productivity gains and improve the quality of your designs, products, and processes. Sound good? Let's get started!