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

Mesh Threshold Selector

Use this component to select out the part of a colored mesh that meets a certain conditional statement. This has multiple uses: The generation of a custom shade from a shade benefit analysis, Quantifying the daylight area from a daylight analysis, Selecting out the portion of a roof with enough solar radiation for PV panels, and much more.

Inputs

NameIDDescriptionType
Input Mesh_inputMeshThe mesh for which you would like to highlight the portion that meets a threshold.Goo
Analysis Result_analysisResultA numerical data set whose length corresponds to the number of faces in the _inputMesh.Goo
Operator_operator_A text string representing an operator for the the conditional statement. The default is set to be greater than (>). This must be an operator in python and examples include: > - Greater Than < - Less Than >= - Greater or Equal <= - Less or Equal == - EqualsGoo
Percent To KeeppercentToKeep_A number between 0 and 100 that represents the percentage of the mesh faces that you would like to include in the resulting newColoredMesh. By default, this is set to 25%.Goo
Level Of PerformlevelOfPerform_An optional number that represents the threshold above which a given mesh face is included in the newColoredMesh. An input here will override the percent input above.Goo

Outputs

NameIDDescriptionType
OutreadMe!...String
Total ValuetotalValueThe sum of all of the values that meet the criteria multiplied by the mesh face area. For example, if the _inputMesh is a radiation study mesh, this is equal to the total radiation falling on the newColoredMesh. For an energy shade benefit mesh, this is the total energy saved by a shade of this size.Goo
Area Meets ThreshareaMeetsThreshThe area of the newColoredMesh in Rhino model units.Goo
New Colored MeshnewColoredMeshA new colored mesh with the vlues below the threshold deleted out of it.Goo
New Mesh OutlinenewMeshOutlineA set of curves outlining the portion of the mesh that is above the threshold.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