Arch Grille

From FreeCAD Documentation
Revision as of 18:36, 14 March 2018 by Jpg87 (talk | contribs) (Created page with "L'outil Grille vous permet de placer un objet de type grille dans le document. Cet objet est destiné à servir de base pour construire des objets Arch nécessitant un cadre r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Arch Grid

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

Description

L'outil Grille vous permet de placer un objet de type grille dans le document. Cet objet est destiné à servir de base pour construire des objets Arch nécessitant un cadre régulier mais complexe, comme des fenêtres, des murs-rideaux, des grilles de colonnes, des garde-corps, etc. L'objet Grille est modifiable comme une feuille de calcul où vous pouvez ajouter ou supprimer colonnes et lignes, définissent leur taille et fusionnent les cellules.

The Grid is a 2D object, and can therefore be used anywhere a 2D shape such as a Draft or Sketch is needed, but it can also behave as a Arch AxisSystem, and be used to propagate the placement of other Arch objects.

The image above shows a grid of columns, a railing system and a window, each based on a Grid object.

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

  • DonnéesRows: The number of rows
  • DonnéesColumns: The number of columns
  • DonnéesRow Size: The sizes for rows
  • DonnéesColumn Size: The sizes of columns
  • DonnéesPoints Output: The type of 3D points produced by this grid object
  • DonnéesWidth: The total width of this grid
  • DonnéesHeight: The total height of this grid
  • DonnéesAuto Width: Creates automatic column divisions (set to 0 to disable)
  • DonnéesAuto Height: Creates automatic row divisions (set to 0 to disable)
  • DonnéesReorient: When in edge midpoint mode, if this grid must reorient its children along edge normals or not
  • DonnéesHidden 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()