VASA 0.1.2 is now available

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 visualized in Revit or FormIt.
  • Added VisibilityOperations.VisibilityWithinCone, which computes the region visible from a specified point, in a specified direction, and within a specified view angle.
  • Added VisibilityOperations.VisibilityWithinPyramid, which computes the region visible from a specified point, in a specified direction, and within both a horizontal and vertical view angle. Both of these "visibility…

Read more