Part ExplodeCompound/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "==Opis==")
(Created page with "Narzędzie do dzielenia zespołów kształtów, tak aby każdy zawarty kształt (podrzzędny) był dostępny jako oddzielny obiekt w drzewie modelu. Kształty potomne są automatycznie umieszczane w Grupie, jeśli jest ich więcej niż jeden.")
Line 22: Line 22:
==Opis==
==Opis==


Narzędzie do dzielenia zespołów kształtów, tak aby każdy zawarty kształt (podrzzędny) był dostępny jako oddzielny obiekt w drzewie modelu. Kształty potomne są automatycznie umieszczane w [[Std_Group/pl|Grupie]], jeśli jest ich więcej niż jeden.
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 [[Std_Group|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.
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.

Revision as of 16:16, 1 July 2023

Część: Rozbij kształt złożony

Lokalizacja w menu
Część → Złożenie → Rozbij kształt złożony
Środowisko pracy
Część
Domyślny skrót
brak
Wprowadzono w wersji
0.18
Zobacz także
Utwórz kształt złożony, Rozbij kształt

Opis

Narzędzie do dzielenia zespołów kształtów, tak aby każdy zawarty kształt (podrzzędny) był dostępny jako oddzielny obiekt w drzewie modelu. Kształty potomne są automatycznie umieszczane w Grupie, jeśli jest ich więcej niż jeden.

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.

Usage

  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

Use cases

  • Tweaking positions of shapes made by Draft OrthoArray
  • Obtaining split pieces from result of Part Slice and Part Cut
  • Obtaining individual contours from multi-contour sketches and faces
  • Obtaining a pure solid from a solid-in-compound, for use in FEM Workbench.