ladybug_rhino.visset module

Class for a bake-able version of the ladybug-display VisualizationSet.

class ladybug_rhino.visset.VisSetGoo(*args: Any, **kwargs: Any)[source]

Bases: IGH_BakeAwareData

A Bake-able version of the VisualizationSet for Grasshopper.

Parameters

visualization_set – A Ladybug Display VisualizationSet object to be bake-able in the Rhino scene.

BakeGeometry(doc, att, id)[source]
ToString()[source]

Overwrite .NET ToString method.

ladybug_rhino.visset.process_vis_set(vis_set)[source]

Process various different types of VisualizationSet inputs.

This includes VisualizationSet files, classes that have to_vis_set methods on them, and objects containing arguments for to_vis_set methods.