honeybee.radiance.command.pyRad package

Submodules

honeybee.radiance.command.pyRad.objview module

objview - view RADIANCE object(s)

This script is essentially a re-write of Axel Jacobs’ objview.pl from http://radiance-online.org/cgi-bin/viewcvs.cgi/ray/src/util/objview.pl

Axel’s script inturn is a re-write of Greg Ward’s original c-shell script.

Sarith Subramaniam <sarith@sarith.in>,2016.

class honeybee.radiance.command.pyRad.objview.Objview(args)[source]

Bases: honeybee.radiance.command.pyRad.pyRadLib.pyrad_proc.ProcMixin

create_rad_render_options()[source]

Based on the inputs provided, create options for running Rad/Glrad and also set rendering options.

create_rif_list()[source]

Create a list of RifFile variables based on user input and defaults.

create_temp()[source]

Create temporary files and directories needed for objview

run()[source]
write_files()[source]
honeybee.radiance.command.pyRad.objview.main()[source]

Module contents