Arch Panel/es: Difference between revisions

From FreeCAD Documentation
(Created page with "==Descripción==")
(Updating to match new version of source page)
 
(45 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand|Name=Arch Panel|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch → Panel Tools → Panel|Shortcut=P,A|SeeAlso=[[Arch Panel Cut]], [[Arch Panel Sheet]]}}

<div class="mw-translate-fuzzy">
{{docnav/es|[[Arch_CompPanel|Arch CompPanel]]|[[Arch_Panel_Cut|Panel Cut]]|[[Arch_Workbench|Arch]]|IconL=Arch_CompPanel.png |IconC=Workbench_Arch.svg |IconR=Arch_Panel_Cut.svg}}
</div>

<div class="mw-translate-fuzzy">
{{GuiCommand/es
|Name=Arch Panel
|Name/es=Arch Panel
|MenuLocation=Arch → Panel Tools → Panel
|Workbenches=[[Arch_Workbench/es|Arch]]
|Shortcut={{KEY|P}} {{KEY|A}}
|Version=0.15
|SeeAlso=[[Arch Panel Cut/es|Arch Panel Cut]], [[Arch Panel Sheet/es|Arch Panel Sheet]]
}}
</div>


==Descripción==
==Descripción==


This tool allows you to build all kinds of panel-like elements, typically for panel constructions like the [http://www.wikihouse.cc/ WikiHouse] project, but also for all kinds of objects that are based on a flat profile.
Esta herramienta le permite construir todo tipo de elementos tipo panel, típicamente para construcciones de paneles como el proyecto [http://www.wikihouse.cc/ WikiHouse], pero también para todo tipo de objetos que se basan en un perfil plano.


[[Image:Arch Panel example.jpg|700px]]
[[Image:Arch Panel example.jpg|700px]]


''La imagen de arriba muestra una serie de objetos del panel, simplemente hechos de contornos 2D importados de un archivo DXF. Luego se pueden rotar y ensamblar para crear estructuras.''
The above image shows a series of panel objects, simply made from imported 2D contours from a DXF file. They can then be rotated and assembled to create structures.


<div class="mw-translate-fuzzy">
Since version 0.17, the Arch Panel can also be used to create corrugated or trapezoidal profiles:
Desde la versión 0.17, el Arch panel también se puede usar para crear perfiles corrugados o trapezoidales:
</div>


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


==Utilización==


<div class="mw-translate-fuzzy">
==How to use==
# Seleccione una forma 2D (borrador de objeto, cara o boceto) - opcional
# Presione el botón {{KEY|[[Image: Arch Panel.png|16px]] [[Arch Panel/es|Arch Panel]]}}, o presione {{KEY|P}} luego las teclas {{KEY|A}}
# Ajuste las propiedades deseadas
</div>


<div class="mw-translate-fuzzy">
# Select a 2D shape (draft object, face or sketch) - optional
==Limitaciones==
# Press the {{KEY|[[Image:Arch Panel.png|16px]] [[Arch Panel]]}} button, or press {{KEY|P}} then {{KEY|A}} keys
</div>
# Adjust the desired properties


<div class="mw-translate-fuzzy">
==Options==
* Actualmente no existe un sistema automático para producir placas de corte 2D a partir de objetos del panel, pero esa característica está en los planes y se agregará en el futuro.
* Esta herramienta no está disponible en versiones de FreeCAD antes de 0.15
</div>


==Opciones==
* Panels share the common properties and behaviours of all [[Arch Component|Arch Components]]
* The thickness of a panel can be adjusted after creation
* Press {{KEY|ESC}} or the {{KEY|'''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 [[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.


<div class="mw-translate-fuzzy">
==Properties==
* Los paneles comparten las propiedades y comportamientos comunes de todos [[Arch Component/es|Arch Components]]
* El grosor de un panel se puede ajustar después de la creación
* Presione {{KEY|ESC}} o el botón {{KEY|'''Cancel'''}} para cancelar el comando actual.
* Hacer doble clic en el panel en la vista de árbol después de haber sido creado le permite ingresar al modo de edición y acceder y modificar sus adiciones y sustracciones
* Es posible crear paneles formados automáticamente por más de una capa de un material, al aumentar su propiedad sheets/hojas.
* Los paneles pueden hacer uso de [[Arch MultiMaterial/es|Multi-Materials]]. Al usar un multi-material, el panel se convertirá en multicapa, utilizando los espesores especificados por el multi-material. Cualquier capa con un espesor de cero tendrá su espesor definido automáticamente por el espacio restante definido por el propio valor de Grosor del Panel, después de restar las otras capas.
</div>


==Propiedades==
* {{PropertyData|Length}}: The length of the panel

* {{PropertyData|Width}}: The width of the panel
<div class="mw-translate-fuzzy">
* {{PropertyData|Thickness}}: The thickness of the panel
* {{PropertyData|Area}}: The area of the panel (automatic)
* {{PropertyData/es|Length}}: la longitud del panel
* {{PropertyData|Sheets}}: The number of sheets of material the panel is made of
* {{PropertyData/es|Width}}: El ancho del panel
* {{PropertyData|Wave Length}}: The length of the wave for corrugated panels
* {{PropertyData/es|Thickness}}: el grosor del panel
* {{PropertyData|Wave Height}}: The height of the wave for corrugated panels
* {{PropertyData/es|Area}}: el área del panel (automático)
* {{PropertyData|Wave Type}}: The type of the wave for corrugated panels, curved or trapezoidal
* {{PropertyData/es|Sheets}}: la cantidad de hojas de material de las que está hecho el panel
* {{PropertyData|Wave Direction}}: The orientation of the waves for corrugated panels
* {{PropertyData/es|Wave Length}}: la longitud de la ola para paneles corrugados
* {{PropertyData/es|Wave Height}}: la altura de la ola para paneles corrugados
* {{PropertyData/es|Wave Type}}: el tipo de onda para paneles corrugados, curvados o trapezoidales
* {{PropertyData/es|Wave direction}}: la orientación de las ondas para paneles corrugados
</div>


==Scripting==
==Scripting==


<div class="mw-translate-fuzzy">
The Panel tool can by used in [[macros]] and from the python console by using the following function:
==Programación==
</div>

<div class="mw-translate-fuzzy">
La herramienta Panel puede usarse en [[macros/es|macros]] y desde la consola de Python utilizando la siguiente función:
</div>
{{Code|code=
{{Code|code=
makePanel ([obj],[length],[width],[thickness],[name])
Panel = makePanel(baseobj=None, length=0, width=0, thickness=0, placement=None, name="Panel")
}}
}}


* Creates a {{incode|Panel}} object from the given {{incode|baseobj}}, which is a closed profile, and the given extrusion {{incode|thickness}}.
Example:
** If no {{incode|baseobj}} is given, you can provide the numerical values for the {{incode|length}}, {{incode|width}}, and {{incode|thickness}} to create a block panel.
* If a {{incode|placement}} is given, it is used.

Ejemplo:
{{Code|code=
{{Code|code=
import Arch,Draft
import FreeCAD, Draft, Arch

base = Draft.makeRectangle(500,200)
Rect = Draft.makeRectangle(1000, 400)
Arch.makePanel(base,thickness=36)
Panel = Arch.makePanel(Rect, thickness=36)
}}
}}


== Tutorials ==
== Tutoriales ==


<div class="mw-translate-fuzzy">
* [[Wikihouse porting tutorial]]
* [[Wikihouse porting tutorial/es|Wikihouse porting tutorial]]
</div>


==Limitations==


<div class="mw-translate-fuzzy">
* There is currently no automatic system to produce 2D cutting sheets from panel objects, but such feature is in the plans and will be added in the future.
{{docnav/es|[[Arch_CompPanel|Arch CompPanel]]|[[Arch_Panel_Cut|Panel Cut]]|[[Arch_Workbench|Arch]]|IconL=Arch_CompPanel.png |IconC=Workbench_Arch.svg |IconR=Arch_Panel_Cut.svg}}
* This tool is not available in FreeCAD versions prior to 0.15
</div>


{{Arch Tools navi{{#translation:}}}}
<languages/>
{{Userdocnavi{{#translation:}}}}

Latest revision as of 06:53, 2 September 2022

Arch Panel

Ubicación en el Menú
Arch → Panel Tools → Panel
Entornos de trabajo
Arch
Atajo de teclado por defecto
P A
Introducido en versión
0.15
Ver también
Arch Panel Cut, Arch Panel Sheet

Descripción

Esta herramienta le permite construir todo tipo de elementos tipo panel, típicamente para construcciones de paneles como el proyecto WikiHouse, pero también para todo tipo de objetos que se basan en un perfil plano.

La imagen de arriba muestra una serie de objetos del panel, simplemente hechos de contornos 2D importados de un archivo DXF. Luego se pueden rotar y ensamblar para crear estructuras.

Desde la versión 0.17, el Arch panel también se puede usar para crear perfiles corrugados o trapezoidales:

Utilización

  1. Seleccione una forma 2D (borrador de objeto, cara o boceto) - opcional
  2. Presione el botón Arch Panel, o presione P luego las teclas A
  3. Ajuste las propiedades deseadas

Limitaciones

  • Actualmente no existe un sistema automático para producir placas de corte 2D a partir de objetos del panel, pero esa característica está en los planes y se agregará en el futuro.
  • Esta herramienta no está disponible en versiones de FreeCAD antes de 0.15

Opciones

  • Los paneles comparten las propiedades y comportamientos comunes de todos Arch Components
  • El grosor de un panel se puede ajustar después de la creación
  • Presione ESC o el botón Cancel para cancelar el comando actual.
  • Hacer doble clic en el panel en la vista de árbol después de haber sido creado le permite ingresar al modo de edición y acceder y modificar sus adiciones y sustracciones
  • Es posible crear paneles formados automáticamente por más de una capa de un material, al aumentar su propiedad sheets/hojas.
  • Los paneles pueden hacer uso de Multi-Materials. Al usar un multi-material, el panel se convertirá en multicapa, utilizando los espesores especificados por el multi-material. Cualquier capa con un espesor de cero tendrá su espesor definido automáticamente por el espacio restante definido por el propio valor de Grosor del Panel, después de restar las otras capas.

Propiedades

  • DATOSLength: la longitud del panel
  • DATOSWidth: El ancho del panel
  • DATOSThickness: el grosor del panel
  • DATOSArea: el área del panel (automático)
  • DATOSSheets: la cantidad de hojas de material de las que está hecho el panel
  • DATOSWave Length: la longitud de la ola para paneles corrugados
  • DATOSWave Height: la altura de la ola para paneles corrugados
  • DATOSWave Type: el tipo de onda para paneles corrugados, curvados o trapezoidales
  • DATOSWave direction: la orientación de las ondas para paneles corrugados

Scripting

Programación

La herramienta Panel puede usarse en macros y desde la consola de Python utilizando la siguiente función:

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.

Ejemplo:

import FreeCAD, Draft, Arch

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

Tutoriales