To simplify the use of FreeCAD for enduser (non python programmers) I'm looking for commands inside the GUI. Before I start to reinvent the wheel some questions.
There is a function in Sketcher WP
"View sketch perpendicular to sketch plane"
I want a simular functionality elsewhere:
view/camera perpendicular to a selected plane face or parallel to a selected edge
Is there already something like this in the GUI? In Draft WP I can set the work plane to the view but not vica versa.
I want to rotate a part along a axis (selected edge or 2 selected points) with a given angle from GUI:
select part
select axis
run command
command input dialog: angle
(there is the rotate command GUI in Draft - but its not the same - the axis is there the normal to the work plane)
thanks for a hint.