|
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 |
Cette macro aligne la caméra sur le plan courant 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)