Arch Grid/es: Difference between revisions

From FreeCAD Documentation
(Created page with "La cuadrícula es un objeto 2D y, por lo tanto, puede utilizarse en cualquier lugar donde se necesite una forma 2D como Draft o Sketcher Workbench | Sk...")
(Created page with "La imagen de arriba muestra una grilla de columnas, un sistema de barandillas y una ventana, cada una basada en un objeto grilla.")
Line 10: Line 10:
[[Image:Arch Grid example.jpg|600px]]
[[Image:Arch Grid example.jpg|600px]]


La imagen de arriba muestra una grilla de columnas, un sistema de barandillas y una ventana, cada una basada en un objeto grilla.
The image above shows a grid of columns, a railing system and a window, each based on a Grid object.


==How to use==
==How to use==

Revision as of 00:46, 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/Cuadrícula 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 Cuadrícula 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 cuadrícula 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.

How to use

  1. Press the Arch Grid button

@ Set the Width and Height of the grid in the properties

  1. Enter edit mode by double-clicking the grid object in the tree view
  2. Add rows and columns
  3. Set the desired width and height of rows and columns by double-clicking the row or column headers

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()