Part ExplodeCompound/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[Part_Compound/ru|Compound]]
|[[Part_Compound/ru|Создать соединение]]
|[[Part_CompoundFilter/ru|CompoundFilter]]
|[[Part_CompoundFilter/ru|Фильтр соединений]]
|[[Part_Workbench/ru|Part]]
|[[Part_Workbench/ru|Верстак Part]]
|IconL=Part_Compound.svg
|IconL=Part_Compound.svg
|IconR=Part_CompoundFilter.svg
|IconR=Part_CompoundFilter.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
}}
}}
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 33: Line 31:
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.
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.


==Применение==
==Использование==


# Invoke the Part ExplodeCompound tool several ways:
# Invoke the Part ExplodeCompound tool several ways:
Line 47: Line 45:




<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[Part_Compound/ru|Compound]]
|[[Part_Compound/ru|Создать соединение]]
|[[Part_CompoundFilter/ru|CompoundFilter]]
|[[Part_CompoundFilter/ru|Фильтр соединений]]
|[[Part_Module/ru|Part]]
|[[Part_Workbench/ru|Верстак Part]]
|IconL=Part_Compound.svg
|IconL=Part_Compound.svg
|IconR=Part_CompoundFilter.svg
|IconR=Part_CompoundFilter.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
}}
}}
</div>


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

Latest revision as of 16:40, 31 August 2021

Part ExplodeCompound

Системное название
Part ExplodeCompound
Расположение в меню
Деталь → Соединить → Разъединить соединение
Верстаки
Part
Быстрые клавиши
Нет
Представлено в версии
0.18
См. также
Part Compound, Draft Downgrade

Описание

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.

Применение

  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.