
The Parameter Values from Image add-in is a tool for writing data from an image file to a curtain panel by pattern family in a divided surface.
Imagine you have a bitmap that is 12x12 pixels named yourFile.rfa_grayscale.bmp. You have a divided surface that is 12x12 cells in a file called yourFile.rfa. The panels in your divided surface contain a parameter called Grayscale, and the API will write a value from 0 (white) to 1 (black) based on the pixel values of the image.
NOTE: What you do with that parameter is up to you. For additional information, including troubleshooting, see the Buildz blog posts here, here, here, and here. For those inclined to tinker with the code, the source has been included and it is also available in the Revit 2012 SDK. It is limited to only working in Mass family files (.rfa).
You must download and run Project Vasari 2.1 at least once before running this installer.
Additional examples are provided in the “more examples” subfolder.
IMPORTANT: the add-in is looking for a .bmp file that has exactly the same name as your .rfa file plus “_grayscale.bmp”and is in the same folder as the .rfa file.