edi271
edi271
How to position an oblique section view ? 
Also this situation should became managed: 
Hopefully solved by PR [https://github.com/FreeCAD/FreeCAD/pull/13976](url)
The Base::Vector3d class is nowhere documented. If we extend it, nobody will recognize, and nobody will use the extension. Pythons App.Vector class is well documented: a) In the wiki: https://wiki.freecad.org/Vector_API...
Testing with the vectors (1,2,3) and (3,0,-1) IsPrarallel returns the value "False" which is correct. I can't reproduce this issue. If one vector is the null vector, IsParallel returns "True"....
I think the issue is independent of C++ or Python. Creating the 6 push buttons the **Surface Finish Symbols** tool provides the following steps: 1. In an ui file by...
The Offset tool implemented in the Sketcher is working in an other way, that means, it returns in some situations other results than the macro. If you think best, please...
I communicate with @maxwxyz. We will try together to improve the tool.
> I don't think this is a regression. It's changing dependicies: install pybind11 Please show us how to install **pybind11** correctly so that **make** can find it. See https://forum.freecad.org/viewtopic.php?t=96848
At the moment, the problem no longer occurs. I can compile without errors.