export¶
honeybee-vtk export¶
Export images from radiance views in a HBJSON file.
honeybee-vtk export [OPTIONS] HBJSON_FILE
Options
- -f, --folder <folder>¶
Path to target folder.
- Default
.
- -it, --image-type <image_type>¶
choose the type of image file.
- Default
jpg
- Options
png | jpg | ps | tiff | bmp | pnm
- -iw, --image-width <image_width>¶
Width of images in pixels. If not set, Radiance default x dimension of view will be used.
- Default
0
- -ih, --image-height <image_height>¶
Height of images in pixels.If not set, Radiance default y dimension of view will be used.
- Default
0
- -bc, --background-color <background_color>¶
Set background color for images
- Default
255, 255, 255
- -mdm, --model-display-mode <model_display_mode>¶
Set display mode for the model.
- Default
shaded
- Options
shaded | surface | surfacewithedges | wireframe | points
- -go, --grid-options <grid_options>¶
Export sensor grids as either points or meshes.
- Default
ignore
- Options
ignore | points | meshes
- -gdm, --grid-display-mode <grid_display_mode>¶
Set display mode for the Sensorgrids.
- Default
shaded
- Options
shaded | surface | surfacewithedges | wireframe | points
- -vf, --view <view>¶
File Path to the Radiance view file. Multiple view files are accepted.
- -cf, --config <config>¶
File Path to the config json file which can be used to mount simulation data on HBJSON.
- -vd, --validate-data¶
Validate simulation data before loading on the model. This is recommended when using this command locally.
- Default
False
Arguments
- HBJSON_FILE¶
Required argument