bifacial_radiance.SceneObj.appendtoScene#
- SceneObj.appendtoScene(customObject=None, radfile=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, optional) – Directory and name of where .rad scene file is stored. Default: self.radfiles
customObject (str) – Directory and name of custom object .rad file is stored, and any geometry modifications needed for it.
text (str, optional) – Command to be appended to the radfile which specifies its position in the scene. Do not leave empty spaces at the end.
- Returns:
Nothing, the radfile must already be created and assigned when running this.