|
Description |
---|
This macro aligns the camera to the current Draft Working Plane Macro version: 0.1 Last modified: 2017-03-16 FreeCAD version: All Download: ToolBar Icon Author: yorik |
Author |
yorik |
Download |
ToolBar Icon |
Links |
Macros recipes How to install macros How to customize toolbars |
Macro Version |
0.1 |
Date last modified |
2017-03-16 |
FreeCAD Version(s) |
All |
Default shortcut |
None |
See also |
Macro Align Working Plane to Camera ![]() |
Beschreibung
Dieses Makro richtet die Kamera auf die aktuelle Draft Arbeitsebene aus.
Anwendung
- Lege die Draft Arbeitsebene entsprechend deiner Vorlieben fest.
- Starte das Makro.
Skript
Werkzeugleisten-Symbol
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)
Diese Seite wird abgerufen von https://wiki.freecad.org/Macro_Align_Camera_to_Working_Plane