Macro Align Camera to Working Plane/fr


Text-x-python.png Macro Align Camera to Working Plane

Description
Cette macro aligne la caméra sur le plan courant Draft Working Plane
Auteur
yorik
Liens
Recettes macros
Comment installer une macro
Comment ajouter une barre d'outils
Version
0.1
Date dernière modification
2017-03-16


Description

Cette macro aligne la caméra sur le plan courant Draft Working Plane

Utilisation

Script

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) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Macro_Align_Camera_to_Working_Plane/fr&oldid=239868"

Navigation menu