Arch Grid/es: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "# Presione el botón {{KEY | 16px Arch Grid}} @ Establezca el '''Ancho''' y '''Altura''' de la grilla en las propiedades # Ingrese al modo de ed...")
Line 14: Line 14:
==Utilización==
==Utilización==


# Press the {{KEY|[[Image:Arch Grid.png|16px]] [[Arch Grid]]}} button
# Presione el botón {{KEY | [[Image: Arch Grid.png | 16px]] [[Arch Grid]]}}
@ Set the '''Width''' and '''Height''' of the grid in the properties
@ Establezca el '''Ancho''' y '''Altura''' de la grilla en las propiedades
# Ingrese al modo de edición haciendo doble clic en el objeto de la grilla en la vista de árbol
# Enter edit mode by double-clicking the grid object in the tree view
# Agregar filas y columnas
# Add rows and columns
# Establezca el ancho y el alto deseados de filas y columnas haciendo doble clic en los encabezados de fila o columna
# Set the desired width and height of rows and columns by double-clicking the row or column headers


==Options==
==Options==

Revision as of 00:48, 7 May 2018

Arch Grid

Menu location
Arch → Axis tools → Grid
Workbenches
Arch
Default shortcut
None
Introduced in version
-
See also
Axis

Descripción

La herramienta Grid/Grilla le permite colocar un objeto similar a una cuadrícula en el documento. Este objeto sirve como base para construir objetos Arch que necesitan un marco regular pero complejo, como ventanas, muros cortina, rejillas de columnas, barandas, etc. El objeto Grilla se puede editar como una hoja de cálculo, donde puede agregar o eliminar columnas y filas, definir su tamaño y combinar celdas.

La grilla es un objeto 2D y, por lo tanto, puede utilizarse en cualquier lugar donde se necesite una forma 2D como Draft o Sketch, pero también puede comportarse como un Arch AxisSystem, y se usará para propagar la ubicación de otros objetos de Arch.

La imagen de arriba muestra una grilla de columnas, un sistema de barandillas y una ventana, cada una basada en un objeto grilla.

Utilización

  1. Presione el botón Arch Grid

@ Establezca el Ancho y Altura de la grilla en las propiedades

  1. Ingrese al modo de edición haciendo doble clic en el objeto de la grilla en la vista de árbol
  2. Agregar filas y columnas
  3. Establezca el ancho y el alto deseados de filas y columnas haciendo doble clic en los encabezados de fila o columna

Options

  • A column width or row height of 0 means its size will be adapted automatically to fit the total width/height of the grid
  • Cells can be merged and unmerged by selecting them and clicking the appropriate button
  • When used as the Axis property of other Arch objects, the grid will drive the positioning of these objects. The Points Output property defines how the other objects are placed on the grid: At vertices, edge midpoints or face centers
  • By setting the Auto Height or Auto Width properties to a non-zero value, the total number of rows/columns and their individual heights/widths is ignored. Instead, the maximum number of columns or rows of the given auto width/height get automatically created

Properties

  • DatosRows: The number of rows
  • DatosColumns: The number of columns
  • DatosRow Size: The sizes for rows
  • DatosColumn Size: The sizes of columns
  • DatosPoints Output: The type of 3D points produced by this grid object
  • DatosWidth: The total width of this grid
  • DatosHeight: The total height of this grid
  • DatosAuto Width: Creates automatic column divisions (set to 0 to disable)
  • DatosAuto Height: Creates automatic row divisions (set to 0 to disable)
  • DatosReorient: When in edge midpoint mode, if this grid must reorient its children along edge normals or not
  • DatosHidden Faces: The indices of faces to hide

Scripting

The Grid tool can by used in macros and from the python console by using the following function:

makeGrid()