|
Description |
---|
This macro aligns the camera to the current Draft Working Plane |
Author |
yorik |
Links |
Macros recipes How to install macros How to customize toolbars |
Version |
0.1 |
Date last modification |
2017-03-16 |
This macro aligns the camera to the current Draft Working Plane
Macro Align Camera to Working Plane.FCMacro
import FreeCAD,FreeCADGui c = FreeCADGui.ActiveDocument.ActiveView.getCameraNode() r = FreeCAD.DraftWorkingPlane.getRotation().Rotation.Q c.orientation.setValue(r)