JSON file contents questions

We discussed this here, but as far as I can it is not implemented for the latest stable.

Also, what is the purpose of the “orientation” tag?

Markups measurements are going through a large refactoring (allowing multiple measurements, measurment selection, per-control-point values, use that for coloring, etc.). We’ll get back to https://github.com/Slicer/Slicer/issues/5261 after https://github.com/Slicer/Slicer/pull/5322 is integrated.

Orientation allows you to record an orientation (surface normal, digitizer stylus orientation, etc) and use it for orienting point glyphs or use it for various comoutations. Currently it is not used for much and so the implementation is not fully complete. We need to decide to keep it (and fully complete the implementation) or drop it (and remove orientation support completely). We can now store custom per-point values, so we could store orientation there, but it would not automatically transform when the node is transformed, and orientation is not recorded automatically when the point is placed, so it is not a complete replacement yet.