Translations:Draft tutorial outadated/53/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
 
m (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".)
 
(No difference)

Latest revision as of 18:37, 6 September 2015

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.