Translations:Draft tutorial outadated/53/en

From FreeCAD Documentation
Revision as of 18:37, 6 September 2015 by FuzzyBot (talk | contribs) (FuzzyBot moved page Translations:Draft tutorial/53/en to Translations:Draft tutorial outadated/53/en without leaving a redirect: Part of translatable page "Draft tutorial".)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This small script will simply rotate the view by 90° (left). For rotating by -90° (right), you would simply change math.pi/2 by -math.pi/2. If you would like to learn more about python scripting in FreeCAD, there is an extensive Scripting section on this wiki.