hlorus
hlorus
> @hlorus - comments re umf work in progress? UMF doesn't utilize the Measurement class in Measurement.h, so conflicts should be minimal. However, there might be some code duplication, which...
> Thanks. Do they need to be removed from the location pointed at [#13805 (comment)](https://github.com/FreeCAD/FreeCAD/issues/13805#issuecomment-2092520698) (and the corresponding header file) as well? Yeah why not, thanks for the hint.
> > what happens when opening old files that have these objects? > > A message will be printed that the object couldn't be restored. > > > do you...
> @hlorus are you adding the snippets above? Yeah sure, soonish
> I guess it's used rather rarely. But nevertheless with this trick the object can be restored. Add the following code snippets to Mod/Measure/MeasureDistance.h/cpp: > > ``` > class MeasureDistanceType:...
I found the reason why it wasn't displaying and added a commit.
> I can't select two points on the same face. Is it normal? The old tool allowed for that. That's indeed a limitation as we're using the global selection state...
> > That's indeed a limitation as we're using the global selection state and the face is deselected on the second click. > > Ok, I see. Do you plan...
> I think the type in the UI and Tree should just say "Distance" as it's measuring the distance. Maybe a checkbox could be implemented instead of choosing between features...
> @hlorus Btw. do you plan to change the area unit display from **cm^2** to **cm2** ? I haven't seen an issue for this but I think that I've seen...