When drawing a shape using the sketch component, the lines are labelled with their length. However, once the shape has been drawn, the labels disappear. It is such a cool feature but it seems like the best part has been left out. Why can't they just stay and get resized as the shape is changed?
I fully agree the current public API for SketchViewModel is really restrictive around sketch labels and tooltips. It would be great to have more control over both the appearance of the labels and their internal measurement formatting. For example, right now labelOptions/tooltipOptions derive units from the portal (metric/imperial only), so there's no supported way to show project-specific units like nautical miles or to restyle the labels.
With some help from a coding copilot I got the behaviour I wanted, but only by co-opting internals... SegmentLabels2D, EditGeometryOperations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.