Two things I would like to solve:
-To align the tags in the direction of the surface of the grid meshes. The normals are pointed in the outside direction as you can see. How to change the current direction of the tags of the vertical grids?
-The color of the gridmeshes seems a bit darker than the legend colors. How to get them similar?
For the color you need to hide the geometry in Rhino and some component in GH.
For the text direction see attached. I used the LB_Orient2Camera component. For refreshing use the button component (see white groups).
-A.
Didn’t understand your question well, but i think i did it in the file. Look at the white small group on the left, close to the mesh. I added an amplitude component so you can set the desired text offset from the surface.
Remember also to press the button for the refresh each time you change your view and want to see the results well oriented.
More tailored solutions you have yo figure it out yourself based on what you already have.
-A.
-Concept A: The text direction is fixed even after changing the camera position. That was where I’m looking for to solve.
-Concept B: The text is not fixed but and depent on the camera position (after reloading with the button). It works!
I hope it’s clear what I meant. Is it possible to make concept A? Otherwise concept B works also. -J.
You can use mesh faces to create a plane for each text similar to option A. In your case planes on the vertical surfaces should be rotated for 90 degrees to be perfectly what you want but this should be a good starting point.