2015
-
After getting home late on Friday from the Cloud Accelerator in Prague, on Saturday morning we celebrated my son's 9th birthday (how time flies) with a party for his classmates at Robosphere in La Chaux-de-Fonds, the heart of the Swiss watch-making industry. A fun fact: this town has also had a major impact on both […]
-
I needed to run some code from a modeless dialog, the other day, and found it was a bit of a pain to generate something quickly to do so. So I thought it might be a good idea to populate a palette dynamically with buttons that call commands and methods that were somehow tagged in […]
-
We're about halfway through the first Cloud Accelerator Extension being held in the incredible city of Prague. The entire European ADN team is in town – so a great chance to catch up with old friends such as Jeremy, Adam, Philippe, Cyrille and Peter – along with cloud-focused developers from Norway, Denmark, Belgium, the Netherlands, […]
-
This question came in via a comment, last week: Is it possible to get the point of intersection between a spline/3dpolyline and a plane surface? It turned out to be quite an interesting problem to solve. I started with brute force methods for the various curve types… For Polylines I checked linear segments against the […]
-
The nostalgia is strong in this one. (In both this post and this blogger, in case you're wondering.) It started with my 20th anniversary at Autodesk, but it got worse, last weekend, when I travelled to the UK to celebrate the 50th anniversary of the University of Kent (where I studied, back in the day, […]
-
A question came in, last week, via a comment on this post. Daniel wanted to unmerge the title cells of a table: Very nice tutorial. based on this I manange to create the VB. NET code for my table style, but I face with a problem that I could not change the Title to be […]
-
There's another online Hackathon in town, this time for Fusion 360. It's running from September 23 to October 30, 2015, so a reasonable period during which you can create your first Fusion 360 app using JavaScript, Python or C++. I don't know much about Fusion 360 development, but I'm looking forward to learning more during […]
-
I'll be in Prague – with Adam Nagy from the ADN team – on Tuesday of next week (from 6 to 9pm on September 8, 2015) to talk to people about Autodesk's horizontal PaaS offerings, notably the AutoCAD I/O and View & Data web services. If you happen to be in the area and are […]
-
A really interesting problem came up during an internal discussion, this week: someone wanted to launch the REFEDIT command on a selected xref and pre-select the entity found at the picked point. The entity that's part of the selected xref, of course. This turned out to be quite a tricky problem and yet one that […]
-
This is a follow-up to the post where we modified the size of selected text in a drawing, to make it fit its container. I received this comment last week: instead of selecting the nested entities one by one, is it possible to make a "selectall" selection ? It turns out that the question was […]