Okay, I found an extra bug with this: If Direction and XDirection will be set colinear, the View projection will fail. Luckily, this won't cause a crash, but just an empty View. In any case, I wrote a bugfix for that, too, and it's available in this PR: https://github.com/FreeCAD/FreeCAD/pull/4524 P...