This documentation is not finished. Please help and contribute documentation.
GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.
See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.
|
|
| Menu location |
|---|
| Assembly → Snapshot |
| Workbenches |
| Assembly |
| Default shortcut |
| None |
| Introduced in version |
| 26.3 |
| See also |
| None |
The Assembly CreateSnapshot tool captures the current assembly state (placement and visibility) in a Snapshot object. Double-clicking the Snapshot object restores the assembly to that state.
Snapshot objects are permanently inactive (grayed out) ignoring the Visibility property.
See also: Property View.
A Snapshots container is an Assembly::SnapshotGroup object which is derived from an App DocumentObjectGroup object and inherits all its properties. It has no additional properties.
A Snapshot object is derived from an App FeaturePython object and inherits all its properties. It also has the following additional properties:
Snapshot
LinkList): List of components captured in this snapshot.PlacementList): List of corresponding placements for the components.Boole): If true, applying the snapshot will solve the assembly after restoring the placements.BooleList): List of visibility states for the components.