honeybee_plus.radiance.command.mkpmap module

class honeybee_plus.radiance.command.mkpmap.Mkpmap(oct_file=None, mkpmap_parameters=None)[source]

Bases: honeybee_plus.radiance.command._commandbase.RadianceCommand

mkpmap - generate RADIANCE photon map

oct_file

Full path to input octree file (Default: None).

mkpmap_parameters

Radiance parameters for mkpmap. If None Default parameters will be set.

property input_files

Input files for this command.

property mkpmap_parameters

Get and set mkpmap_parameters.

to_rad_string(relative_path=False)[source]

Return full command as a string.