|
Menu location |
---|
Edit → Refresh |
Workbenches |
All |
Default shortcut |
F5 |
Introduced in version |
- |
See also |
None |
The Std Refresh command recomputes the active document. The command is disabled if the document does not require a recompute.
Veja também: FreeCAD Noções básicas de programação.
To recompute a document use the recompute
method of the document object.
import FreeCAD
doc = FreeCAD.newDocument()
doc.recompute()