Arch Panel/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "{{docnav/ru|Arch CompPanel|Panel Cut|Arch|IconL=Arch_CompPanel.png |IconC=Workbench_Arch.svg |IconR=Arch_Panel_Cut.svg}}")
No edit summary
 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{docnav/ru|[[Arch_CompPanel|Arch CompPanel]]|[[Arch_Panel_Cut|Panel Cut]]|[[Arch_Module|Arch]]|IconL=Arch_CompPanel.png |IconC=Workbench_Arch.svg |IconR=Arch_Panel_Cut.svg}}
{{Docnav/ru
|[[Arch_CompPanel/ru|Инструменты панелирования]]
|[[Arch_Panel_Cut/ru|Панельный контур]]
|[[Arch_Workbench/ru|Архитектурный верстак "Arch"]]
|IconL=Arch_CompPanel.png
|IconR=Arch_Panel_Cut.svg
|IconC=Workbench_Arch.svg
}}


{{GuiCommand/ru
{{GuiCommand/ru
|Name=Arch Panel|Name/ru=Arch Panel
|Name/ru=Паенль
|Name=Arch_Panel
|MenuLocation=Архитектура → Панель
|MenuLocation=Arch → Инструменты панелирования → Панель
|Workbenches=[[Arch Module/ru|Arch]]
|Workbenches=[[Arch_Workbench/ru|Arch]]
|Shortcut={{KEY|P}} {{KEY|A}}
|Shortcut={{KEY|P}} {{KEY|A}}
|SeeAlso=[[Arch Structure/ru|Структура]], [[Arch Panel Cut/ru|Arch Panel Cut]], [[Arch Panel Sheet/ru|Arch Panel Sheet]]
|Version=0.15
|Version=0.15
|SeeAlso=[[Arch_Panel_Cut/ru|Панельный контур]], [[Arch_Panel_Sheet/ru|Панельный лист]]
}}
}}


Line 19: Line 28:
''На приведенном выше рисунке показана серия объектов панели, просто сделанных из импортированных 2D-контуров из файла DXF. Затем они могут быть повернуты и собраны для создания структур.''
''На приведенном выше рисунке показана серия объектов панели, просто сделанных из импортированных 2D-контуров из файла DXF. Затем они могут быть повернуты и собраны для создания структур.''


Данный инструмент может также применятся для создания гофрированных или трапециевидных профилей ({{VersionPlus/ru|0.17}}):
<div class="mw-translate-fuzzy">
Начиная с версии 0.17, панель Arch также может использоваться для создания гофрированных или трапециевидных профилей:
</div>


[[Image:Arch panel wave.jpg|700px]]
[[Image:Arch panel wave.jpg|700px]]


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


# Select a 2D shape (draft object, face or sketch) - optional.
# Select a 2D shape (Draft object, face or sketch) - optional.
# Press the {{Button|[[Image:Arch Panel.svg|16px]] [[Arch Panel|Arch Panel]]}} button, or press {{KEY|P}} then {{KEY|A}} keys.
# Press the {{Button|[[Image:Arch Panel.svg|16px]] [[Arch_Panel|Arch Panel]]}} button, or press {{KEY|P}} then {{KEY|A}} keys.
# Adjust the desired properties.
# Adjust the desired properties.


=== Ограничения ===
<div class="mw-translate-fuzzy">
==Ограничения==
</div>


* В настоящее время нет автоматической системы для создания листов 2D-резки из панельных объектов, но такая функция есть в планах и будет добавлена в будущем.
<div class="mw-translate-fuzzy">
* В настоящее время нет автоматической системы для производства двумерных разрезанных листов из панельных объектов, но такая функция находится в планах и будет добавлена в будущем.
* Этот инструмент недоступен в версиях FreeCAD до 0,15
</div>


==Options==
==Опции==


* Panels share the common properties and behaviours of all [[Arch Component|Arch Components]].
* Panels share the common properties and behaviours of all [[Arch_Component|Arch Components]].
* The thickness of a panel can be adjusted after creation.
* The thickness of a panel can be adjusted after creation.
* Press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the current command.
* Press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the current command.
* Double-clicking on the panel in the tree view after it is created allows you to enter edit mode and access and modify its additions and subtractions.
* Double-clicking on the panel in the tree view after it is created allows you to enter edit mode and access and modify its additions and subtractions.
* It is possible to automatically make panels composed of more than one sheet of a material, by raising its Sheets property.
* It is possible to automatically make panels composed of more than one sheet of a material, by raising its Sheets property.
* Panels can make use of [[Arch MultiMaterial|Multi-Materials]]. When using a multi-material, the panel will become multi-layer, using the thicknesses specified by the multi-material. Any layer with a thickness of zero will have its thickness defined automatically by the remaining space defined by the Panel's own Thickness value, after subtracting the other layers.
* Panels can make use of [[Image:Arch_MultiMaterial.svg|24px]] [[Arch_MultiMaterial|Multi-Materials]]. When using a multi-material, the panel will become multi-layer, using the thicknesses specified by the multi-material. Any layer with a thickness of zero will have its thickness defined automatically by the remaining space defined by the Panel's own Thickness value, after subtracting the other layers.


==Свойства==
==Properties==


* {{PropertyData|Length}}: The length of the panel
* {{PropertyData|Length}}: The length of the panel
Line 61: Line 63:
* {{PropertyData|Wave Direction}}: The orientation of the waves for corrugated panels
* {{PropertyData|Wave Direction}}: The orientation of the waves for corrugated panels
* {{PropertyData|Bottom Wave}}: If the bottom wave of the panel is flat or not
* {{PropertyData|Bottom Wave}}: If the bottom wave of the panel is flat or not

==Scripting==


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
==Программирование==
==Написание скриптов==
{{Emphasis|См. так же:}} [[Arch_API/ru|Arch API]] и [[FreeCAD_Scripting_Basics/ru|Основы составления скриптов в FreeCAD]].
</div>
</div>


Line 75: Line 80:
* If a {{incode|placement}} is given, it is used.
* If a {{incode|placement}} is given, it is used.


Пример:
Example:
{{Code|code=
{{Code|code=
import FreeCAD, Draft, Arch
import FreeCAD, Draft, Arch
Line 83: Line 88:
}}
}}


== Материалы для самостоятельного изучения ==
== Учебники ==


<div class="mw-translate-fuzzy">
* [[Wikihouse porting tutorial|Wikihouse porting tutorial]]
* [[Wikihouse_porting_tutorial/ru|Руководство по портированию файлов проекта Wikihouse в FreeCAD]]
</div>




{{Docnav/ru
{{docnav/ru|[[Arch_CompPanel|Arch CompPanel]]|[[Arch_Panel_Cut|Panel Cut]]|[[Arch_Module|Arch]]|IconL=Arch_CompPanel.png |IconC=Workbench_Arch.svg |IconR=Arch_Panel_Cut.svg}}
|[[Arch_CompPanel/ru|Инструменты панелирования]]

|[[Arch_Panel_Cut/ru|Панельный контур]]
{{Arch Tools navi/ru}}
|[[Arch_Workbench/ru|Архитектурный верстак "Arch"]]
|IconL=Arch_CompPanel.png
|IconR=Arch_Panel_Cut.svg
|IconC=Workbench_Arch.svg
}}


{{Arch Tools navi{{#translation:}}}}
{{Userdocnavi/ru}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 07:01, 2 September 2022

Паенль

Системное название
Arch_Panel
Расположение в меню
Arch → Инструменты панелирования → Панель
Верстаки
Arch
Быстрые клавиши
P A
Представлено в версии
0.15
См. также
Панельный контур, Панельный лист

Описание

Этот инструмент позволяет создавать все виды панельных элементов, как правило, для панельных конструкций, таких как проект WikiHouse, но также для всех видов объектов, которые основаны на плоском профиле.

На приведенном выше рисунке показана серия объектов панели, просто сделанных из импортированных 2D-контуров из файла DXF. Затем они могут быть повернуты и собраны для создания структур.

Данный инструмент может также применятся для создания гофрированных или трапециевидных профилей (для версии 0.17 и выше):

Применение

  1. Select a 2D shape (Draft object, face or sketch) - optional.
  2. Press the Arch Panel button, or press P then A keys.
  3. Adjust the desired properties.

Ограничения

  • В настоящее время нет автоматической системы для создания листов 2D-резки из панельных объектов, но такая функция есть в планах и будет добавлена в будущем.

Опции

  • Panels share the common properties and behaviours of all Arch Components.
  • The thickness of a panel can be adjusted after creation.
  • Press Esc or the Cancel button to abort the current command.
  • Double-clicking on the panel in the tree view after it is created allows you to enter edit mode and access and modify its additions and subtractions.
  • It is possible to automatically make panels composed of more than one sheet of a material, by raising its Sheets property.
  • Panels can make use of Multi-Materials. When using a multi-material, the panel will become multi-layer, using the thicknesses specified by the multi-material. Any layer with a thickness of zero will have its thickness defined automatically by the remaining space defined by the Panel's own Thickness value, after subtracting the other layers.

Свойства

  • ДанныеLength: The length of the panel
  • ДанныеWidth: The width of the panel
  • ДанныеThickness: The thickness of the panel
  • ДанныеArea: The area of the panel (automatic)
  • ДанныеSheets: The number of sheets of material the panel is made of
  • ДанныеWave Length: The length of the wave for corrugated panels
  • ДанныеWave Height: The height of the wave for corrugated panels
  • ДанныеWave Type: The type of the wave for corrugated panels, curved, trapezoidal or spiked
  • ДанныеWave Direction: The orientation of the waves for corrugated panels
  • ДанныеBottom Wave: If the bottom wave of the panel is flat or not

Scripting

Программирование

См. так же: Arch API и Основы составления скриптов в FreeCAD.

The Panel tool can be used in macros and from the Python console by using the following function:

Panel = makePanel(baseobj=None, length=0, width=0, thickness=0, placement=None, name="Panel")
  • Creates a Panel object from the given baseobj, which is a closed profile, and the given extrusion thickness.
    • If no baseobj is given, you can provide the numerical values for the length, width, and thickness to create a block panel.
  • If a placement is given, it is used.

Пример:

import FreeCAD, Draft, Arch

Rect = Draft.makeRectangle(1000, 400)
Panel = Arch.makePanel(Rect, thickness=36)

Материалы для самостоятельного изучения