The current dimensions implementation is pretty bare bones and incomplete, so I wouldn’t expect too much from them. Regardless, DistanceDimension is supported in a minimalist way.
In order to have the text show, you will need to have a Objects.Geometry.Plane object under a RhinoProps key on the dimension object. Like in the image below
Thanks, Alex, for your kind reply.
It’s a bit frustrating to have to add Rhino properties through another software — but if it works and lets me see the dimension texts, then that’s good enough for now.
Another issue has come up, though: adjusting the font height through rich text still doesn’t seem to work.
I agree, it’s far from ideal. That’s there because dimensions were originally only supported from the Rhino connector. It’s not something we want to propagate forward when we do the dimensions rework.
The richText property is ignored in the viewer and the displayed text is read from the value property. Text size is read from a height property which will act like a fontSize, however in the context of dimensions, it’s never been sent over from connectors so I’m a bit unsure how well it will work.