Autodesk Research
-
I've been asked to talk about our work on Digital Twins (or Gêmeos Digitais) at the BIM Fórum Brasil event, on Wednesday of this week (January 26th, 2022). The event starts at 10am in Brasilia, which is 2pm in Central Europe, so the timing should work well for Asia, Europe and early birds on the east coast of North America, too. I'll be sharing information on our older projects, as usual, but I'm also planning to showcase some of our more recent (previously unseen) projects. So there's likely to be new information even for people who have seen me talk…
-
Fancy a nice slice of VASA to finish your week? Luckily Rhys Goldstein is here with Part 4 in his video series introducing VASA features. In this episode, Rhys talks about using slicing functions with voxel models, how to iterate through voxel models using Python, as well as a number of nodes that help you work with meshes inside Dynamo (and VASA). He also covers a couple of techniques that allow you to export voxel models to Dynamo geometry, and even navigates through the shell of an exported voxel model to show you what it looks like from the inside.…
-
I work in the Research Engineering team at Autodesk, a centralised pool of software engineering talent that contributes to research projects across our various industries. Organising this way allows us to explore commonalities (and efficiencies) that would otherwise be hard to achieve. Every year or two we have an internal "Innovation Days" event, which is essentially an internal team hackathon. (Lots of other teams at Autodesk do this, of course, we're far from being unique in that regard.) Our latest Innovation Days took place on Thursday and Friday of last week, with the theme of sustainability. I met with the…
-
The first version of VASA we posted to the Dynamo package manager was numbered 0.1.0. Yesterday we posted a new version with some interesting new features, not least of which is the lack of an error when you install it (this one was very much my fault: I'd neglected to mark a couple of DLLs as not being node libraries when I posted it). Here's a breakdown of the new features in 0.1.2, courtesy of the package's author, Rhys Goldstein: Added VoxelModel.ToSolid, which converts a voxel model into a Dynamo solid that can be processed using standard Dynamo operations or…
-
As a quick recap, here are the posts we've seen in recent weeks on this topic: Autodesk FormIt and its JavaScript API Introductory look at FormIt and the Maze Generator plugin. Using VASA with FormIt via Dynamo – Part 1 How VASA can be used within Dynamo for FormIt to solve mazes (etc.) in 3D. Using VASA with FormIt via Dynamo – Part 2 Applying the same principle with urban scenes imported by the 3D Context Creator plugin. In today's post we look at the fact that VASA can also be used directly from a FormIt JavaScript plugin – via…
-
Recently Mayur Mistry from Engineering ArchiTECHure asked me to join him for a YouTube livestream. Mayur often holds his interviews over the weekend, but he very kindly accommodated my schedule and held the session during the week. So while it was "live", it wasn't at the usual time for Mayur's subscribers and the discussion remained very much between the two of us. I've seen some really good sessions on his channel – several of his guests have prepared extensive material to show – so my apologies if you're expecting something more formal: we just chatted for an hour. Many thanks…
-
In the last post we looked at using VASA from within Dynamo for FormIt to solve mazes generated by a cool plugin created by Brett from the FormIt team. The Dynamo graph we saw used VASA in "3D mode" – where the voxel height is higher than 1 – but that came with the added need to create a floor for the maze (something that isn't too hard, as we know the exact dimensions and location of the maze). In today's post we're looking at how VASA might be used to perform pathfinding operations at the urban scale, taking geometry…
-
In this recent post we looked at FormIt's JavaScript API and learned how Brett Garrison was able to use it to develop a Maze Generator plugin. In this post we look at one way to find solutions for the mazes generated by this plugin using VASA from Dynamo. When I first started looking into VASA with FormIt, Rhys Goldstein sent across a Dynamo graph he'd used to grab contextual building geometry from FormIt – to create a voxel model of the space – and then send the pathfinding results back afterwards. I've adapted this graph to work with the results…
-
The Autodesk Tandem team has just launched their Customer Research Program. This is the perfect way to engage with the Tandem team and let them know what features you might need from your future digital twin infrastructure. In particular, if you're interested in seeing features from Project Dasher show up inside Tandem – via what I referred to in a recent post as "Dasher inside Tandem" – then this is your chance to be heard. Related to this topic, I came across a funny meme recently on Twitter. I couldn't find it again, so here's my attempt at reproducing it:…
-
Rhys Goldstein has published the second part of his informative video series on using the VASA (Voxel-based Architectural Space Analysis) package with Dynamo. The first part was an overall introduction to the package while this part dives into pathfinding, taking a close look at samples that show how it might be used in both 2D and 3D. While the overall video is really interesting – some of you might find it a bit long at 43 minutes but it's quite watchable at 2X and is packed full of useful information – one of the sections that stood out for me…