Part Compound/es: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/es |CompHerramientasCompuesto |Explotar compuesto |Pieza |IconL=Part_CompCompoundTools.pn...")
(Created page with "{{GuiCommand/es |Name=Part Compound‏‎ |Name/es=Pieza Compuesto‏‎ |MenuLocation=Pieza → Hacer Compuesto |Workbenches=Pieza |Version=0.14 |SeeAls...")
Line 9: Line 9:
}}
}}


{{GuiCommand
{{GuiCommand/es
|Name=Part Compound‏‎
|Name=Part Compound‏‎
|Name/es=Pieza Compuesto‏‎
|MenuLocation=PartMake compound
|MenuLocation=PiezaHacer Compuesto
|Workbenches=[[Part Workbench|Part]]
|Workbenches=[[Part Workbench/es|Pieza]]
|Version=0.14
|Version=0.14
|SeeAlso=[[Part Union]], [[Part CompoundFilter]], [[Part ExplodeCompound]]}}
|SeeAlso=[[Part Union/es|Pieza Unión]], [[Part CompoundFilter/es|Pieza Filtro compuesto]], [[Part ExplodeCompound/es|Pieza Explotar compuesto]]
}}


==Description==
==Description==

Revision as of 08:38, 8 October 2020

Pieza Compuesto‏‎

Ubicación en el Menú
Pieza → Hacer Compuesto
Entornos de trabajo
Pieza
Atajo de teclado por defecto
Ninguno
Introducido en versión
0.14
Ver también
Pieza Unión, Pieza Filtro compuesto, Pieza Explotar compuesto

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.