bifacial_radiance.RadianceObj.appendtoScene#
- RadianceObj.appendtoScene(radfile=None, customObject=None, text='')[source]#
Appends to the Scene radfile in folder objects the text command in Radiance lingo created by the user. Useful when using addCustomObject to the scene.
- Parameters
radfile (str) – Directory and name of where .rad scene file is stored
customObject (str) – Directory and name of custom object .rad file is stored
text (str) – Command to be appended to the radfile. Do not leave empty spaces at the end.
- Returns
Nothing, the radfile must already be created and assigned when running this.