|
Menu location |
---|
File → Merge document... |
Workbenches |
All |
Default shortcut |
None |
Introduced in version |
- |
See also |
None |
The Std MergeProjects command adds the contents of a FreeCAD file into the active document.
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
To merge a project use the mergeProject
method of the document object.
import FreeCAD
FreeCAD.ActiveDocument.mergeProject("Path_to_FCStd_project_file")