We need your help! 🔥
Please consider disabling your ad-blocker to support this website! 🔑
We are a free, community-supported website! 🥰
We only display small unobtrusive ads which help us stay online! 💯
Thank you in advance! ❤️
0 | Ladybug
1 | AnalyzeWeatherData
2 | VisualizeWeatherData
3 | EnvironmentalAnalysis
4 | Renewables
5 | Extra
6 | Developers
7 | WIP

3D Chart

Use this component to make a 3D chart in the Rhino scene of any climate data or hourly simulation data.

Inputs

NameIDDescriptionType
Input Data_inputDataA list of input data to plot.Goo
Base Point_basePoint_An optional point with which to locate the 3D chart in the Rhino Model. The default is set to the Rhino origin at (0,0,0).Goo
X Scale_xScale_The scale of the X axis of the graph. The default is set to 0.25, which will will plot each cell of the graph with an x dimension that is 0.25 of the y. Connect a list of values for multiple graphs.Goo
Y Scale_yScale_The scale of the Y axis of the graph. The default is set to 1, which will plot the Y axis with a length of 240 Rhino model units (for 24 hours of the day). Connect a list of values for multiple graphs.Goo
Z Scale_zScale_The scale of the Z axis of the graph. The default is set to 1, which will plot the Z axis with a number of Rhino model units corresponding to the input data values. Set to 0 to see graphCurves appear on top of the mesh. Connect a list of values for multiple graphs.Goo
Y Count_yCount_The number of segments on your y-axis. The default is set to 24 for 24 hours of the day. This variable is particularly useful for input data that is not for each hour of the year.Goo
Legend ParlegendPar_Optional legend parameters from the Ladybug Legend Parameters component.Goo
Cond StatementcondStatement_An optional conditional statement, which will remove data from the chart that does not fit the conditions. The input must be a valid python conditional statement (e.g. a > 25).Goo
Bake ItbakeIt_An integer that tells the component if/how to bake the bojects in the Rhino scene. The default is set to 0. Choose from the following options: 0 (or False) - No geometry will be baked into the Rhino scene (this is the default). 1 (or True) - The geometry will be baked into the Rhino scene as a colored hatch and Rhino text objects, which facilitates easy export to PDF or vector-editing programs. 2 - The geometry will be baked into the Rhino scene as colored meshes, which is useful for recording the results of paramteric runs as light Rhino geometry.Goo

Outputs

NameIDDescriptionType
OutreadMe!...String
Graph MeshgraphMeshA 3D plot of the input data as a colored mesh. Multiple meshes will be output for several input data streams or graph scales.Goo
Graph CurvesgraphCurvesA list of curves and text surfaces representing the time periods corresponding to the input data. Note that if the time period of the input data is not clear, no curves or labels will be generated here.Goo
LegendlegendA legend of the chart. Connect this output to a grasshopper "Geo" component in order to preview the legend in the Rhino scene.gGoo
Legend Base PtslegendBasePtsThe legend base point, which can be used to move the legend in relation to the chart with the native rasshopper "Move" component.Goo
TitletitleThe title text of the chart. Hook this up to a native Grasshopper 'Geo' component to preview it separately from the other outputs.Goo
Title Base PtstitleBasePtsPoints for placement of the title and axes labels of the chart, which can be used to move these text items in relation to the chart with the native Grasshopper "Move" component.Goo
Data PtsdataPtsPoints representing the location of each piece of data on the chart. Use this to label the points of the chart with text lables using a native grasshopper "Text Tag" component.Goo
Conditional HOYconditionalHOYThe input data for the hours of the year that pass the conditional statement.Goo

Video Tutorials

Site design © Robin Rodricks.   Site co-created by Andrew Heumann.   Ladybug and associated data © 2024 Ladybug Tools.  
Rhinoceros and Grasshopper are registered trademarks of Robert McNeel & Associates.  Hosted by GitHub

Report an Issue  |  Terms of Service