Grasshopper

algorithmic modeling for Rhino

Hi

For many years now Radiance's text based system has permitted 'sets' of materials to be created which have a similar base definition but might be modified slightly differently - perhaps due to their placement in the building.

I have created a radiance material file in the Ladybug directory with a bunch of material definitions. I note that any the have alias in them cause the Honeybee "Fly" component to have conniptions...

I am guessing we need to think through how these base definitions might be subsequently modified by another GH module?

Is there any guidance somewhere on this?

Views: 213

Replies are closed for this discussion.

Replies to This Discussion

Hi Michael,

This issue is related to parsing Radiance materials from strings. Inside the Honeybee source-code, parsing of Radiance materials from strings is done by the functions called createRadMaterialFromString and analyseRadMaterials. The parsing logic within these functions is only compatible with the basic Radiance primitive format documented in page 4 of the Radiance File Formats.

modifier type identifier

n S1 S2 S3 ..Sn

0

m R1 R2 R3 ..Rm

Aliases, which are mentioned in Page 5 of the same document, are not implemented in Honeybee. In the Grasshopper scheme of things, it is easier to implement a simple script that swaps out the name of the original (stored) material with the name of material in the scene.

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service