AutoCAD
-
Today is a holiday, here in Switzerland, and I suffered a PC failure late last week, so I'm writing this without access to my usual system resources (AutoCAD 2012 and Visual Studio 2010, for instance). Despite these minor complications, I did want to let you know about this very important announcement. The introduction of the […]
-
Another Friday, another installment of Wayne Brill's AutoCAD .NET training DevTV series (to complement those from previous weeks). Today's session is focused on the very useful InputPoint Monitor capability. This series of DevTV sessions is a companion for the new AutoCAD .NET training material available from the AutoCAD .NET Developer Center. Enjoy! 🙂
-
Just a gentle reminder – for those of you who have not yet had the chance to complete them – that this year's API wishlist surveys are still open: AutoCAD® AutoCAD® Civil 3D® Revit® Autodesk Inventor® Autodesk Navisworks® To make sure we get as many responses as possible, we've extended the deadline for these surveys to […]
-
This post was queued up for Friday, but a technical issue (i.e. probably user error) prevented it from going out. So here we are on Sunday, instead, for another installment of Wayne Brill's AutoCAD .NET training DevTV series (to complement those from previous weeks). Today's session is focused on working with dictionaries and other types […]
-
After focusing on a manual process for sweeping a solid inside AutoCAD in this previous post, it seemed to make sense to attempt to automate more of that process. In the code in this post, we take a standard circular profile – of a user-specified radius – and sweep it along the path defined by […]
-
Another Friday, another installment of Wayne Brill's AutoCAD .NET training DevTV series (to complement those from previous weeks). Today's session is focused on responding to database events and creating a palette-based user interface. This series of DevTV sessions is a companion for the new AutoCAD .NET training material available from the AutoCAD .NET Developer Center. […]
-
It's been a while since I've talked about AutoCAD WS, even though the application is proving hugely popular on its various platforms: whether inside a web browser or on iOS and Android devices. There have been some really interesting capabilities exposed, lately, which are making it increasingly interesting to the development community. One, in particular, […]
-
Our annual API wishlist surveys are now live: AutoCAD® AutoCAD® Civil 3D® Revit® Autodesk Inventor® Autodesk Navisworks® Please do take the time to provide us with your input: it's one of the most direct ways to influence the direction of the Autodesk products you customize or for which you develop applications. Our various Engineering teams […]
-
Another Friday, another installment of Wayne Brill's AutoCAD .NET training DevTV series (to complement those from previous weeks). Today's session is focused on the fundamentals of AutoCAD's drawing database. This series of DevTV sessions is a companion for the new AutoCAD .NET training material available from the AutoCAD .NET Developer Center. Enjoy! 🙂
-
In this previous post we looked at some code to capture and combine a series of point clouds using a Kinect sensor. In today's post we're going to take a very slightly modified version of the code – which really only adds the feature to let the user choose when the sequence of captures should […]