honeybee_radiance_command.options.pinterp module

class honeybee_radiance_command.options.pinterp.PinterpOptions[source]

Bases: honeybee_radiance_command.options.optionbase.OptionCollection

pinterp command options.

Also see: https://floyd.lbl.gov/radiance/man_html/pinterp.1.html

to_file(folder, file_name, mkdir=False)

Write options to a file.

to_radiance()

Translate options to Radiance format.

update_from_string(string)

Update options from a standard radiance string.

If the option is not currently part of the collection, it will be added to additional_options.

additional_options
property command

Command name.

property e

1

Type

Exposure adjustment multiplier - default

property f0

Disable filling algorithm

property fa

Enable foreground and background filling

property fb

Enable background filling

property ff

Enable foreground filling

property n

specifies that input and output z distances are along the view direction, rather than absolute distances to intersection points. This option is usually appropriate with a constant z specification, and should not be used with rpict z files.

property options

Print out list of options.

property slots

Return slots including the ones from the baseclass if any.

property t

0.02

Pixels that map within the −t threshold of each other (.02 times the z distance by default) are considered coincident.

Type

Threshold for coincident pixels - default

property vf

View options

Set the view to extract.

property x

x resolution

Set the maximum x resolution.

property y

y resolution

Set the maximum y resolution.