87 lines
4.3 KiB
HTML
87 lines
4.3 KiB
HTML
<html><head><title>Macro ForceRecompute/fr</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>Macro ForceRecompute/fr</h1></div>
|
|
|
|
<div id="mw-content-text" lang="fr" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"><table class="fcinfobox wikitable ct" width="100%" style="float: right; width: 230px; margin-left: 10px;">
|
|
<tr>
|
|
<td class="ctTitle">
|
|
<h3><span class="mw-headline" id="Macro_Force_Recompute"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Force_Recompute.png" class="image"><img alt="Force Recompute.png" src="32px-Force_Recompute.png" width="32" height="32" srcset="/wiki/images/8/88/Force_Recompute.png 1.5x" /></a> Macro Force Recompute</span></h3>
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">Description
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctEven left">Force manuellement la réactualisation du projet
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">Auteur
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctEven"><a href="https://www.freecadweb.org/wiki/index.php?title=User:Shoogen&action=edit&redlink=1" class="new" title="User:Shoogen (page does not exist)">shoogen</a>
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">Liens
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctEven"><a href="https://www.freecadweb.org/wiki/index.php?title=Macros_recipes/fr" title="Macros recipes/fr">Recettes macros</a><br /><a href="https://www.freecadweb.org/wiki/index.php?title=How_to_install_macros/fr" title="How to install macros/fr">Comment installer une macro</a><br /><a href="https://www.freecadweb.org/wiki/index.php?title=Customize_Toolbars/fr" title="Customize Toolbars/fr">Comment ajouter une barre d'outils</a>
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">Version
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctEven macro-version">1.0
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">Date dernière modification
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctEven macro-date">2014-09-01
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctToc"><br /><div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
|
|
<ul>
|
|
<li class="toclevel-1"><a href="#Macro_Force_Recompute"><span class="tocnumber">1</span> <span class="toctext">Macro Force Recompute</span></a></li>
|
|
<li class="toclevel-1 tocsection-1"><a href="#Utilisation"><span class="tocnumber">2</span> <span class="toctext">Utilisation</span></a></li>
|
|
<li class="toclevel-1 tocsection-2"><a href="#Script"><span class="tocnumber">3</span> <span class="toctext">Script</span></a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
</td></tr>
|
|
</table>
|
|
<p><br />
|
|
</p><p>Parfois, l'utilisateur applique des modifications au projet dans FreeCAD, mais FreeCAD ne semble pas les reconnaître.
|
|
Alors le bouton bleu <a href="https://www.freecadweb.org/wiki/index.php?title=File:View-refresh.svg" class="image"><img alt="View-refresh.svg" src="View-refresh.svg" width="16" height="16" /></a> "Recalculer le document actif" reste grisé.
|
|
Cette petite macro force FreeCAD à recalculer manuellement le projet.
|
|
</p><p>Depuis FreeCAD v0.17, l'effet de cette macro peut être atteint grâce à l'interface graphique. Cliquez sur le bouton droit dans l'arborescence du projet, puis choisissez "Mark to recompute" dans le menu contextuel. Ensuite, appuyez sur le bouton <a href="https://www.freecadweb.org/wiki/index.php?title=Std_Refresh/fr" title="Std Refresh/fr">Recalculer le document</a> <a rel="nofollow" class="external autonumber" href="http://www.freecadweb.org/wiki/images/thumb/a/ac/Std_Refresh.png/16px-Std_Refresh.png">[1]</a> (F5 ou Ctrl + R).
|
|
</p>
|
|
<h3><span class="mw-headline" id="Utilisation">Utilisation</span></h3>
|
|
<p>Simplement lancer la macro au moment voulu.
|
|
</p>
|
|
<h3><span class="mw-headline" id="Script">Script</span></h3>
|
|
<p>Macro Force_Recompute.py
|
|
</p>
|
|
<pre># -*- coding: utf-8 -*-
|
|
# Force Recompute
|
|
# macro provided by shoogen
|
|
|
|
import FreeCAD
|
|
for obj in FreeCAD.ActiveDocument.Objects:
|
|
obj.touch()
|
|
FreeCAD.ActiveDocument.recompute() </pre>
|
|
<div style="clear:both"></div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div><div class="printfooter">
|
|
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=Macro_ForceRecompute/fr&oldid=240971">http://www.freecadweb.org/wiki/index.php?title=Macro_ForceRecompute/fr&oldid=240971</a>"</div>
|
|
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
|
|
</div>
|
|
</div>
|
|
<div id="mw-navigation">
|
|
<h2>Navigation menu</h2>
|
|
|
|
</body></html> |