honeybee_plus.radiance.command.rpict module

RADIANCE rcontrib command.

class honeybee_plus.radiance.command.rpict.Rpict(output_name='untitled', octree_file=None, view=None, view_file=None, simulation_type=2, rpict_parameters=None)[source]

Bases: honeybee_plus.radiance.command._commandbase.RadianceCommand

Rpict command.

execute()[source]

Execute the command.

property input_files

List of input files that should be checked before running the analysis.

octree_file = None
output_file = None
property rpict_parameters

Get and set image parameters for rendering.

property simulation_type

Get/set simulation Type.

0: Illuminance(lux), 1: Radiation (kWh), 2: Luminance (Candela) (Default: 0)

to_rad_string(relative_path=False)[source]

Return full command as string.

property view

Get and set view for rpict.

view_file = None