Arch Building/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "Exemple:")
m (Created page with "# Optionnellement, selectionnez un ou plusieurs objets que vous voulez inclure dans votre nouveau bâtiment # Pressez le bouton {{KEY|16px '''Arch ...")
Line 8: Line 8:
==Utilisation==
==Utilisation==


# Optionnellement, selectionnez un ou plusieurs objets que vous voulez inclure dans votre nouveau bâtiment
# Optionally, select one or more objects to be included in your new building
# Press the {{KEY|[[Image:Arch Building.png|16px]] '''Arch Building'''}} button, or press the {{KEY|B}} then {{KEY|U}} keys
# Pressez le bouton {{KEY|[[Image:Arch Building.png|16px]] '''Arch Building'''}}, ou pressez les touches {{KEY|B}} et {{KEY|U}}


==Options==
==Options==

Revision as of 16:42, 1 December 2013

Arch Building

Emplacement du menu
Arch -> Building
Ateliers
Arch
Raccourci par défaut
B U
Introduit dans la version
-
Voir aussi
Arch Cell

Description

Le bâtiment est un type spécial de Cellule File:Arch Cell.png conçue pour contenir une unité de l'ensemble du bâtiment. Jusqu'à présent, la seule spécificité qu'il possède, est une icône différente.

Utilisation

  1. Optionnellement, selectionnez un ou plusieurs objets que vous voulez inclure dans votre nouveau bâtiment
  2. Pressez le bouton Arch Building, ou pressez les touches B et U

Options

  • After creating a building, you can add more objects to it by drag and dropping them in the Tree View or by using the Arch Add tool
  • You can remove objects from a building by drag and dropping them out of it the Tree View or by using the Arch Remove tool

Script

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

makeBuilding ([objectslist])

creates a building including the objects from the given list.

Exemple:

import Arch
Arch.makeBuilding()