Arch Panel
Jump to navigation
Jump to search
Outdated translations are marked like this.
Расположение в меню |
---|
Архитектура → Панель |
Верстаки |
Arch |
Быстрые клавиши |
P A |
Представлено в версии |
0.15 |
См. также |
Структура, Arch Panel Cut, Arch Panel Sheet |
Описание
Этот инструмент позволяет создавать все виды панельных элементов, как правило, для панельных конструкций, таких как проект WikiHouse, но также для всех видов объектов, которые основаны на плоском профиле.
На приведенном выше рисунке показана серия объектов панели, просто сделанных из импортированных 2D-контуров из файла DXF. Затем они могут быть повернуты и собраны для создания структур.
Начиная с версии 0.17, панель Arch также может использоваться для создания гофрированных или трапециевидных профилей:
Использование
- Select a 2D shape (draft object, face or sketch) - optional.
- Press the
Arch Panel button, or press P then A keys.
- Adjust the desired properties.
Ограничения
- В настоящее время нет автоматической системы для производства двумерных разрезанных листов из панельных объектов, но такая функция находится в планах и будет добавлена в будущем.
- Этот инструмент недоступен в версиях FreeCAD до 0,15
Options
- 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.
Properties
- DataLength: The length of the panel
- DataWidth: The width of the panel
- DataThickness: The thickness of the panel
- DataArea: The area of the panel (automatic)
- DataSheets: The number of sheets of material the panel is made of
- DataWave Length: The length of the wave for corrugated panels
- DataWave Height: The height of the wave for corrugated panels
- DataWave Type: The type of the wave for corrugated panels, curved, trapezoidal or spiked
- DataWave Direction: The orientation of the waves for corrugated panels
- DataBottom Wave: If the bottom wave of the panel is flat or not
Написание скриптов
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 givenbaseobj
, which is a closed profile, and the given extrusionthickness
.- If no
baseobj
is given, you can provide the numerical values for thelength
,width
, andthickness
to create a block panel.
- If no
- If a
placement
is given, it is used.
Example:
import FreeCAD, Draft, Arch
Rect = Draft.makeRectangle(1000, 400)
Panel = Arch.makePanel(Rect, thickness=36)
Учебники
Arch
- Элементы: Wall, Structure, Roof, Window, Door, Stairs, Space, Frame, Equipment; Pipe, Pipe Connector; Schedule
- Арматура: Rebar; Straight Rebar, UShape Rebar, LShape Rebar, Bent Shape Rebar, Stirrup Rebar, Helical Rebar
- Панели: Panel, Panel Cut, Panel Sheet, Nest
- Материалы: Material, Multi-Material
- Организация: Site, Reference, Building, Floor, Building Part, Section Plane
- Оси: Axis, Axes system, Grid
- Редактирование: Cut with plane, Add component, Remove component, Survey
- Утилиты: Component, Clone component, Split Mesh, Mesh To Shape, Select non-solid meshes, Remove Shape, Close Holes, Merge Walls, Check, Ifc Explorer, Toggle IFC Brep flag, 3 Views from mesh, Create IFC spreadsheet, Toggle Subcomponents
- Дополнительно: Preferences, Import-Export Preferences (IFC, DAE, OBJ, JSON, 3DS); Arch API
Документация пользователя

- Установка: Windows, Linux, Mac; Начинающим
- Базовая: О FreeCAD, Верстаки, Настройки, Структура документа, Настройка интерфейса, Свойства, Модель мыши; Учебники
- Верстаки: Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Plot, Points, Raytracing, Reverse Engineering, Robot, Ship, Sketcher, Spreadsheet, Start, Surface workbench, TechDraw, Test Framework, Web
- Скрипты: Введение в Python, Учебник скриптов FreeCAD, Основы скриптов FreeCAD, Установка макросов, Команды графического интерфейса, Единицы Модули: Создание модулей, Создание верстаков, Добавление верстаков Сетки: Сеточные скрипты, Модуль сеток Детали: Модуль Part, Скрипты топологических данных, PythonOCC, Из Mesh в Part Coin scenegraph: The Coin/Inventor scenegraph, Pivy Интерфейс Qt: PySide, Использование графического интерфейса FreeCAD, Создание диалогов Параметрические объекты: Скриптовые объекты Прочее: Кусочки кода, Функции рисования линий, Встраивание FreeCAD, Библиотека векторной математики FreeCAD, Хаб опытных пользователей, Python, Макросы, Основы скриптов FreeCAD, Topological data scripting