IronPython
-
So after several posts leading up to the big reveal, as it were, in today's post we're going to see the full "De-skew Raster" application in action – and give you the complete source to fool around with. The main addition over where we were in the last post is the HTML5 and JavaScript UI […]
-
In this previous post, we saw some of the issues around executing standard Python code to de-skew raster images inside IronPython (and the effects those differences can have on the results). In this post, we're going to build the ability to execute our Python code from a .NET module loaded inside AutoCAD with the help […]
-
As part of the project I'm working on to deskew perspective images and insert them as RasterImage entities inside AutoCAD, I spent quite some time migrating pure Python code – a good deal of which I had to create for various assignments as part of the linear algebra class I've now finished – for it […]
-
I'm sitting at Geneva airport, waiting to board a Swiss flight to the UK. I've been hacking away in Python – and now IronPython – for the last few days, which has been very interesting. Here's a quick update on that… I'm now managing to save out PNGs of the de-skewed portions of perspective photographs […]
-
I've managed to find the time to make good progress on my linear algebra class, which means I have an update to share on the image deskewing project I mentioned last week. Thanks to all of you who provided comments on that post, by the way: there's some really valuable information there. The current implementation […]
-
Another really interesting, developer-oriented feature in AutoCAD 2013 is something we've been calling "Dynamic .NET". I don't know whether that's official branding, or not – I suspect not – but it's the moniker we've been using to describe this capability internally and to ADN members. The capability is based on an addition to .NET in […]
-
I've arrived at the end of my AU+East Asia tour, having spent the last 2 weeks in Las Vegas, San Francisco, Tokyo, Seoul and now Beijing. My blog is blocked by the Great Firewall of China, so while I can post this content via Typepad I can't see the results (although I'm told I should […]
-
This post was heavily inspired by the code presented by my old friend Albert Szilvasy during his excellent AU class on using .NET 4.0 with AutoCAD. Albert took a different approach to the one I've previously adopted (which turns out also to have been suggested by Albert, when I look back at my original post), […]
-
Seeing Jeremy's post from Friday, I decided to give you a quick update of where I am with my own preparation for this year's Autodesk University. I'm delivering two sessions, this year: CP9214-1 AutoCAD® .NET – Developing for AutoCAD Using F# CP208-1 AutoCAD® .NET – Developing for AutoCAD Using IronPython and IronRuby So yes, it […]
-
To continue my investigations into IronPython and the fun I'm having with overrules, I decided to to port my most recent C# overrule implementation across to IronPython. I've also been trying to do the same for IronRuby, but – so far – without luck. Please refer back to one of the previous IronPython posts for […]