2015
-
When I was in Prague recently I spent some time with Alex Vinckier and Kris Riemslagh from hsbcad, an ADN member and provider of software for the offsite construction industry. I've corresponded and spoken with Alex and Kris a number of times during my time at Autodesk, but this was my first opportunity to meet […]
-
Today was an interesting day: in the morning Autodesk Neuchâtel opened a new common space, while in the afternoon I headed across with a development partner to meet an AutoCAD user doing some really interesting things with wood. More on that in the next post. For now, here are a few snaps of the new […]
-
Members of the Autodesk Developer Network have started receiving information on how to register for the upcoming series of DevDays being held around the world. Thanks largely to the positive experience of running Cloud Accelerators in different locations, the ADN team has shifted their thinking for this year's tour: rather than visiting 15+ cities around […]
-
My best attempt to describe this technical, industrial museum is as a Mecca for Makers. It's not a funky new space with a bunch of hipsters manning 3D printers – not that I have a problem with such spaces… I love those spaces 🙂 – rather it's a shrine to all manner of human invention […]
-
I've headed to Paris with the family for a few days, this week. We're staying in our first Airbnb-booked apartment in the 11th arrondissement. So far, so good! As the forecast for today looked a bit rainy, we decided to postpone our daytrip to Disneyland Paris until tomorrow and take the opportunity to visit the […]
-
This is a problem that developers have been struggling with for some time, and it came up again at the recent Cloud Accelerator: how to control the display of AutoCAD geometry at a per-viewport level, perhaps to implement your own "isolate in a viewport" command. It's certainly possible to control layer visibility at the viewport […]
-
This is a question that came up at the recent Cloud Accelerator in Prague: how can you change the border colour for all raster image objects in the drawing? We could do this by placing the raster image on a particular layer, but the developer was looking for a global override. The answer ended up […]
-
Birdly is an immersive Virtual Reality experience that let's you fly like a bird through virtual cityscapes. To get a sense for how it works, check out this video: Birdly - Splitscreen from maxR on Vimeo I first heard about Birdly from Brian Kling, a friend and colleague in our Neuchâtel office who […]
-
In the last post we saw a "general" function to erase all the entities in a drawing that fulfill a specified condition. We used it to erase all the zero-length lines in a drawing. But as I'd mentioned at the end, I thought there was an opportunity to generalize the mechanism even further. Here's what […]
-
A question came in by email, yesterday, and despite having a few mini-projects in progress that were spawned during last week's event in Prague, I couldn't resist putting some code together to address it. The developer wanted to purge zero-length geometry: the simplest way to solve the problem is to run "_-PURGE _Z" at the […]