Arch Grille

From FreeCAD Documentation
Revision as of 18:39, 14 March 2018 by Jpg87 (talk | contribs) (Created page with "L'image ci-dessus montre une grille de colonnes, un système de garde-corps et une fenêtre, chacun basé sur un objet Grid.")

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.

La grille est un objet 2D, et peut donc être utilisée partout où une forme 2D telle qu'un Dessin Draft ou une Esquisse est nécessaire, mais elle peut aussi se comporter comme une Système d'axes, et être utilisée pour propager le placement d'autres objets Arch.

L'image ci-dessus montre une grille de colonnes, un système de garde-corps et une fenêtre, chacun basé sur un objet Grid.

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