FormIt
-
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…
-
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…
-
A few weeks ago I started taking a closer look at Autodesk FormIt, mainly with a view to understanding how it might integrate with VASA. FormIt is a multi-platform (which I believe in this case means Windows, iOS and web) conceptual design and analysis tool. I haven't really followed the development of FormIt, over the years, so if you're interested in learning more about that then I suggested heading over to the product team's blog. If you want to get started with using FormIt, then this Primer seems helpful. Two things in particular had me intrigued about FormIt: its integration…