Создать соединение

From FreeCAD Documentation
This page is a translated version of the page Part Compound and the translation is 27% complete.
Outdated translations are marked like this.

Part Compound‏‎

Системное название
Part Compound‏‎
Расположение в меню
Деталь → Соединить → Создать соединение
Верстаки
Part
Быстрые клавиши
Нет
Представлено в версии
0.14
См. также
Part Fuse, Part CompoundFilter, Part ExplodeCompound

Description

This command creates a compound of objects with a topological shape such as solid objects and other objects with faces and/or edges. It cannot handle meshes as they do not have a topological shape.

Usage

  1. Mark the topological shapes to be added to the compound in the tree view
  2. Choose Part → Compound → Make Compound entry in the Part menu or click on the button.

Notes

A compound containing pieces that intersect or touch is invalid for Boolean operations. Because of performance issues, checking if the pieces intersect is not done by default. Automatic geometry check (available for Boolean operations) is disabled for part compound as well.

To turn this check on go to Tools → Edit Parameters → Preferences... → Mod → Part → CheckGeometry → RunBOPCheck and set the parameter to true.