Criar composição

From FreeCAD Documentation
Revision as of 12:25, 25 August 2021 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Part Compound‏‎

Menu location
Part → Make compound
Workbenches
Part
Default shortcut
None
Introduced in version
0.14
See also
Part Fuse, Part CompoundFilter, Part ExplodeCompound

Description

This command creates a compound of any kind of topological shapes. These can be solids or meshes or any other kind of topological shapes.

A compound is a set of shapes grouped into one object.

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.