Name | ID | Description | Type |
---|---|---|---|
Input Mesh | _inputMesh | The mesh for which you would like to highlight the portion that meets a threshold. | Goo |
Analysis Result | _analysisResult | A 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 == - Equals | Goo |
Percent To Keep | percentToKeep_ | 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 Perform | levelOfPerform_ | 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 |
Name | ID | Description | Type |
---|---|---|---|
Out | readMe! | ... | String |
Total Value | totalValue | The 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 Thresh | areaMeetsThresh | The area of the newColoredMesh in Rhino model units. | Goo |
New Colored Mesh | newColoredMesh | A new colored mesh with the vlues below the threshold deleted out of it. | Goo |
New Mesh Outline | newMeshOutline | A set of curves outlining the portion of the mesh that is above the threshold. | Goo |
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