Solution exception:Expected the number of data set values (480854) to align with the number of faces (3974) or the number of vertices (4869).
Consider flattening the _values input and using the “Mesh Join” component to join the _mesh input.
Its saying that you have to many data points, 480 854, compared to the faces/vertices in the mesh that you are inputting. And it doesn’t know how to visualize this then.
Could be that you are calculating several meshes, and only inputting 1 of them?
If so try using mesh join, to join them before inputting.
Otherwise you need to share a bigger screenshot, and probably your file with the breps internalized, if you are hoping for some help. As there is not enough information.
UTCI_autosave.gh (62.8 KB)
- Solution exception:Number of colors (9240) does not match the number of mesh faces (840) nor the number of vertices (900).
- 出现这种问题的原因是什么呢?该如何解决
You really need to internalize any data necessary to run the file, i.e. epw, geometries. Otherwise we cant run the file, and reliably find the fault.
But it seems to me that you are sending multiple hourly values to the heat map. The heat map can only vizualize one set of values at a time.
So either you have to choose one hour, pre or post, or use the yearly graph.