hlorus

Results 224 comments of hlorus

> Fair enough. I can't replicate this, but I would try checking that the obj->getResultString() value at https://github.com/bgbsww/FreeCAD/blob/69676a0f9d2d5b288bda3d1c6dbad5a6ec26bfaa/src/Mod/Measure/Gui/ViewProviderMeasureBase.cpp#L369 is legitimate. > > That, plus some sporadic online notes that toStdString()...

That exception is likley just a duplicate of https://github.com/FreeCAD/FreeCAD/issues/16699

MeasureAngle was ported from part's DimensionAngular so it would be good to compare it to the behavior of the old measurement. IIRC it measures the angle between the normals of...

It just adds support for mesh geometry to the MeasureDistanceFree measure type. MeasureArea and MeasureCOM still won't be supported with meshes.

@chennes Ideally the components wouldn't be shown if they have a value of zero. Apparently openinventor should have the SoMultiSwitch node which would be suitable for this however it seems...

> For improved readability, the components labels should have a background like the main measure. Yeah sure, it now looks like that: ![Screenshot from 2024-06-28 18-13-37](https://github.com/FreeCAD/FreeCAD/assets/64740362/4f0d16d5-934f-4903-b44c-a38cec0783b8) What do you think?

> > To see the components the user currently has to create a distance constraint and manually set the view property "Show Delta" to true. > > Is this planned...

IMO in places where the scope is as small as in your example and variables aren't prone to be confused with each other there's not really a benefit in such...

Hey there, this is an interesting PR, thanks! I haven't looked into the details but some notes regarding the fundamentals: - It appears that the projected entities are just static,...

> 3. What are you thinking? Are we talking in sketch mode or in normal blender view mode? Would it be like in sketch mode, then project to workplane from...