|
|
| Расположение в меню |
|---|
| Файл → Объединить проект |
| Верстаки |
| All |
| Быстрые клавиши |
| Нет |
| Представлено в версии |
| - |
| См. также |
| Нет |
Описание
Команда "Объединить проект..." добавляет содержимое FreeCAD файла в текущий документ.
Применение
- Select the File →
Merge Document option from the menu.
- Select a FreeCAD file in the dialog box.
- Press the Open button.
Опции
- Нажмите Esc или кнопку Отмена, чтобы отменить выполнение команды.
Примечания
- A document cannot be merged with itself, selecting the current file is not allowed.
- FreeCAD will automatically change the internal names and, depending on the preferences, labels of objects to avoid name conflicts.
Scripting
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
To merge a document use the mergeProject method of the document object.
import FreeCAD
FreeCAD.ActiveDocument.mergeProject("Path_to_FCStd_project_file")
Эта страница получена от https://wiki.freecad.org/Std_MergeProjects