AutoCAD .NET
-
I'm still on pseudo-vacation. We really had a great week in the snow: sun during the day (everyday!) with the odd bit of fresh snow overnight on a couple of occasions. It's snowing again now, but unfortunately this time it's set to snow all the way through to the end of the day tomorrow, so […]
-
I'm still mainly on holiday this week, so this is a really silly post that I don't realistically expect to be of use to anyone. But then you never know. ๐ A colleague in Product Support asked me for a quick way to cause AutoCAD to crash, the other day. I didn't ask too much […]
-
To follow on from yesterday's post, today we're going to look at an alternative implementation that โ rather than modifying the Edit shortcut menu that appears for all object types โ adds our custom menu item to the shortcut menu associated with a specific type of object. In our case we want to associate the […]
-
A big thanks to Parrish Husband for both suggesting this topic and providing the majority of the code in this post. Parrish had been attempting to extend the technique shown in this aging post to include an icon with the content menu item. At least one person had done this before, according to the blog […]
-
A colleague in our Product Support team came to my desk yesterday afternoon with a problem he thought I might find interesting. He was right. ๐ It turns out that AutoCAD tables containing Unicode characters don't export very well to CSV files (for later import into Excel, for instance). Here's a sample table with a […]
-
I wasn't planning on covering this particular topic today, but then this comment came in overnight and I ended up taking a look into it. Paul has been trying to append a specific cell range to his connection string when creating a data-link for an Excel spreadsheet, adding to the code from this previous post. […]
-
To follow on from yesterday's post, today we're taking a look at a more interactive โ and iterative โ approach to getting the length of a pipe (defined by a surface generated from an imported SAT file, we're not talking about native Plant 3D objects). This is the second task discussed in the introductory post […]
-
After introducing the series in the last post, today we're going to look at one potential approach for this problem: we will extract and create centrelines for surface objects created after an SAT from an external piping system has been imported into AutoCAD as well as providing a basic command to count their lengths. The […]
-
Since publishing this recent post to simplify the process of generating centrelines for surfaces representing pipes โ as imported from an external piping system that only generates SAT files โ I've been thinking on and off about how best to simplify the process of measuring the lengths of these various "pipes". Greg Robinson's comment over […]
-
Another interesting question came in by email, this week. Fredrik Skeppstedt, a long-time user of the TXTEXP Express Tool, wanted to perform a similar operation using C#: to explode text objects โ as TXTEXP does โ but then be able to manipulate the resulting geometry from .NET. TXTEXP is an interesting command: in order to […]