Part Compound/es: Difference between revisions

From FreeCAD Documentation
(Created page with "==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.")
(Updating to match new version of source page)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

<div class="mw-translate-fuzzy">
{{Docnav/es
{{Docnav/es
|[[Part_CompCompoundTools/es|CompHerramientasCompuesto]]
|[[Part_CompCompoundTools/es|CompHerramientasCompuesto]]
|[[Part_ExplodeCompound/es|Explotar compuesto]]
|[[Part_ExplodeCompound/es|Explotar compuesto]]
|[[Part_Module/es|Pieza]]
|[[Part_Workbench/es|Pieza]]
|IconL=Part_CompCompoundTools.png
|IconL=Part_CompCompoundTools.png
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
|IconR=Part_ExplodeCompound.svg
|IconR=Part_ExplodeCompound.svg
}}
}}
</div>


<div class="mw-translate-fuzzy">
{{GuiCommand/es
{{GuiCommand/es
|Name=Part Compound‏‎
|Name=Part Compound‏‎
Line 17: Line 21:
|SeeAlso=[[Part Union/es|Pieza Unión]], [[Part CompoundFilter/es|Pieza Filtro compuesto]], [[Part ExplodeCompound/es|Pieza Explotar compuesto]]
|SeeAlso=[[Part Union/es|Pieza Unión]], [[Part CompoundFilter/es|Pieza Filtro compuesto]], [[Part ExplodeCompound/es|Pieza Explotar compuesto]]
}}
}}
</div>


== Description ==

<div class="mw-translate-fuzzy">
==Descripción==
==Descripción==
Este comando crea un compuesto de cualquier tipo de formas topológicas.
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.
Pueden ser sólidos o mallas o cualquier otro tipo de formas topológicas.
</div>


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


# Mark the topological shapes to be added to the compound in the [[Tree_view|tree view]]
==Usage==
# Mark the topological shapes to be added to the compound in the [[tree view]]
# Choose {{MenuCommand|Part → Compound → Make Compound}} entry in the Part menu or click on the [[Image:Part_Compound.svg|24px|link=Part_Compound]] button.
# Choose {{MenuCommand|Part → Compound → Make Compound}} entry in the Part menu or click on the [[Image:Part_Compound.svg|24px|link=Part_Compound]] button.


==Notes==
== 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.
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 {{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
<div class="mw-translate-fuzzy">
|[[Part_CompCompoundTools|CompCompoundTools]]
{{Docnav/es
|[[Part_ExplodeCompound|Explode Compound]]
|[[Part_CompCompoundTools/es|CompHerramientasCompuesto]]
|[[Part_Module|Part]]
|[[Part_ExplodeCompound/es|Explotar compuesto]]
|[[Part_Workbench/es|Pieza]]
|IconL=Part_CompCompoundTools.png
|IconL=Part_CompCompoundTools.png
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
|IconR=Part_ExplodeCompound.svg
|IconR=Part_ExplodeCompound.svg
}}
}}
</div>


{{Part Tools navi{{#translation:}}}}
{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 09:40, 12 May 2022

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

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.

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.