Cell Value Precision

Hi all

I have a structured grid and some cell values associated with the elements. Here is the point-vise view.

My question is how can I remove annoying 0’s at the end of those labels. We have 3 digit accuracy in the original file.

Are you looking at the labels of selected cells? If you click the gear icon next to the Selection Color button of the Selection Display Inspector, you get this dialog, and you can specify the label format, as I did below:

It’s a C++ “printf” format, so %.3f will give you 3 decimal places.

HTH,

Aron

1 Like

Perfect! This is exactly want I want, thank you @aron.helser!

1 Like