Std MergeProjects/ro

Fuzionați Proiectul

poziția meniului
File → Fuzionați Proiectul
Ateliere
All
scurtătură
Nici unul
Prezentat în versiune
-
A se vedea, de asemenea,
Nici unul

Descriere

Incorporează un alt proiect FreeCAD în cel actual.

The Std MergeProjects command adds the contents of a FreeCAD file into the active document.

Utilizare

  1. Alegeți File Merge project... din meniul principalu.
  2. Va apărea un dialog contextual care vă va solicita numele fișierului și locația proiectului FreeCAD care urmează să fie îmbinate în cel curent.
  1. Select the File → Merge document... option from the menu.
  2. Select a FreeCAD file in the dialog box.
  3. Press the Open button.

Options

Notes

Scripting

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")