Customizing 'Show Labels'

By default when selecting ‘show labels’ on a dynamo node it will display the index values in the preview. Is it possible to switch this to display the item value? So for example instead of displaying the index of a point it would display the XYZ values. Alternatively, is there an equivalent to the grasshopper 3D Text Tag for the dynamo preview? Seems like a basic thing to have so maybe I’m missing something. Thanks!

1 Like

@Jared_Friedman, I am looking for the exact same functionality as well. Have you had any luck with this?

As a temporary solution, you could serialize your points and use the “Text.FromStringOriginAndScale” from the DynamoText package to label the points. It was recently updated to 1.0:

1 Like

@j.darling The solution Dimitar described is what I wound up doing. Thanks for beating me to it!