Part ExplodeCompound/es: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/es |Hacer compuesto |Filtro compuesto |Pieza |IconL=Part_Compound.svg |IconC=Workbench_Part.svg |Ic...")
(Created page with "* Ajustar las posiciones de las formas hechas por 24px Draft Array * Obtención de piezas divididas a partir del resultado de Im...")
Line 36: Line 36:
==Casos de uso==
==Casos de uso==


* Tweaking positions of shapes made by [[Image:Draft_Array.svg|24px]] [[Draft Array|Draft Array]]
* Ajustar las posiciones de las formas hechas por [[Image:Draft_Array.svg|24px]] [[Draft Array/es|Draft Array]]
* Obtaining split pieces from result of [[Image:Part_Slice.svg|24px]] [[Part Slice|Part Slice]] and [[Image:Part_Cut.svg|24px]] [[Part Cut|Part Cut]]
* Obtención de piezas divididas a partir del resultado de [[Image:Part_Slice.svg|24px]] [[Part Slice/es|Pieza Slice]] y [[Image:Part_Cut.svg|24px]] [[Part Cut/es|Pieza Cut]]
* Obtención de contornos individuales a partir de bocetos y rostros multicontorno
* Obtaining individual contours from multi-contour sketches and faces
* Obtaining a pure solid from a solid-in-compound, for use in [[Image:Workbench_FEM.svg|24px]] [[FEM Workbench]].
* Obtención de un sólido puro a partir de un sólido en compuesto, para su uso en [[Image:Workbench_FEM.svg|24px]] [[FEM Workbench/es|MEF Ambiente de trabajo]].


{{Docnav/es
{{Docnav/es

Revision as of 09:41, 8 October 2020

Pieza ExplotarCompuesto

Ubicación en el Menú
Pieza → Compuesto → Explotar Compuesto
Entornos de trabajo
Pieza
Atajo de teclado por defecto
Ninguno
Introducido en versión
0.18.15506
Ver también
Pieza Hacer Compuesto, Borrador Bajada

Descripción

Tool to split up compounds of shapes, to make each contained shape (child) available as a separate object in model tree. The children are automatically put into a Group if there is more than one child.

It is semi-parametric: the shapes of the children will update as the source compound changes, but if the number of children in the compound is changed, the explosion will be either missing some shapes, or have redundant objects in an error state.

Placements of extracted shapes follow the placements of the originals, plus the Placement property of each child.

The tool will also explode non-compound shapes into their lower-level constituents: compsolids into solids, solids into shells, shells into faces, faces into wires, wires into edges, edges into vertices.

Utilización

  1. Invoke the Part ExplodeCompound tool several ways:
    • Pressing on the button in the Part toolbar
    • Using the Part → Compound → Explode compound entry in the Part menu

Casos de uso

  • Ajustar las posiciones de las formas hechas por Draft Array
  • Obtención de piezas divididas a partir del resultado de Pieza Slice y Pieza Cut
  • Obtención de contornos individuales a partir de bocetos y rostros multicontorno
  • Obtención de un sólido puro a partir de un sólido en compuesto, para su uso en MEF Ambiente de trabajo.