TEXT BAKE
This visualization tool creates + autobakes an input list of text strings converted from number data at specified point inputs; modified VB script based on C# script by Giulio Piacentino.
COLOR BAKE
A definition using the Gradient tool to visualize data across a surface via color gradation, then baking the color attributes along with the object to Rhino.
MATERIAL BAKE
An update to the Color Bake tool, this definition uses the Gradient tool to visualize data across a surface via color gradation, then bakes material + color attributes along with the object to Rhino for purposes of rendering.
RENDER ANIMATION
A VB module for automated rendered animation of geometry transformation with a still camera.
SET CAMERA
A custom component animating a camera along a referenced path trajectory using VB; to animate a changing target, change VB module targetPt input to a list in the VB module.
RENDER PATH ANIMATION
A definition combining the previous examples of render animation + camera path trajectory using multiple VB script components | update: definition now accepts multiple geometry objects.
MAKE 2D VB
A custom-scripted definition utilizing access to the command line via VB.NET to call a RhinoScript viewport frame .rvb file, then make a 2-dimensional drawing with custom layer creation via the MAKE2D command.
SECTION SCANNER
A definition for cutting contours at various orientations, utilizing a VB switch control to determine single or multiple sectioning; single section can be animated along a central axis for "scanner" technique.