Part Compound/es: Difference between revisions

From FreeCAD Documentation
(Created page with "Un compuesto es un conjunto de formas agrupadas en un objeto.")
(Created page with "{{Docnav/es |CompHerramientasCompuesto |Explotar compuesto |Pieza |IconL=Part_CompCompoundTools.pn...")
Line 33: Line 33:
To turn this check on go to {{MenuCommand|Tools → Edit Parameters → Preferences... → Mod → Part → CheckGeometry → RunBOPCheck}} and set the parameter to {{incode|true}}.
To turn this check on go to {{MenuCommand|Tools → Edit Parameters → Preferences... → Mod → Part → CheckGeometry → RunBOPCheck}} and set the parameter to {{incode|true}}.


{{Docnav
{{Docnav/es
|[[Part_CompCompoundTools|CompCompoundTools]]
|[[Part_CompCompoundTools/es|CompHerramientasCompuesto]]
|[[Part_ExplodeCompound|Explode Compound]]
|[[Part_ExplodeCompound/es|Explotar compuesto]]
|[[Part_Module|Part]]
|[[Part_Module/es|Pieza]]
|IconL=Part_CompCompoundTools.png
|IconL=Part_CompCompoundTools.png
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg

Revision as of 08:39, 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

Descripción

Este comando crea un compuesto de cualquier tipo de formas topológicas. Pueden ser sólidos o mallas o cualquier otro tipo de formas topológicas.

Un compuesto es un conjunto de formas agrupadas en un objeto.

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.