Arch Fence/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "===Création à partir de zéro===")
(Created page with "# Utilisez un atelier de votre choix pour créer un seul poteau de clôture et une seule section. # Créez le chemin que la clôture doit suivre à l'aide de l'Sketcher Modu...")
Line 20: Line 20:
===Création à partir de zéro===
===Création à partir de zéro===


# Use a workbench of your choice to create a single fence post and a single section.
# Utilisez un atelier de votre choix pour créer un seul poteau de clôture et une seule section.
# Create the path the fence should follow using the [[Sketcher Module|Sketcher Workbench]] or [[Draft Module|Draft Workbench]].
# Créez le chemin que la clôture doit suivre à l'aide de l'[[Sketcher Module/fr|atelier Sketcher]] ou de l'[[Draft Module|atelier Draft]].
# Switch back to the [[Arch Module|Arch Workbench]].
# Revenez à l'[[Arch Module|atelier Arch]].
# Select the section, post and path in exactly that order.
# Sélectionnez la section, la publication et le chemin dans exactement cet ordre.
# Press the {{Button|[[Image:Arch Fence.svg|16px]] [[Arch Fence|Arch Fence]]}} button
# Appuyez sur le bouton {{Button|[[Image:Arch Fence.svg|16px]][[Arch Fence/fr| Arch Clôture]]}}.


==Options==
==Options==

Revision as of 11:11, 12 May 2019

Arch Clôture

Emplacement du menu
Arch → Fence
Ateliers
Arch
Raccourci par défaut
Aucun
Introduit dans la version
0.19
Voir aussi
Aucun

Description

L'outil Arch Clôture est un objet qui construit une clôture en répétant un poteau et une section de clôture le long d'un chemin donné.

Utilisation

Création à partir de zéro

  1. Utilisez un atelier de votre choix pour créer un seul poteau de clôture et une seule section.
  2. Créez le chemin que la clôture doit suivre à l'aide de l'atelier Sketcher ou de l'atelier Draft.
  3. Revenez à l'atelier Arch.
  4. Sélectionnez la section, la publication et le chemin dans exactement cet ordre.
  5. Appuyez sur le bouton Arch Clôture.

Options

For now the tool assumes the following

  1. The Path is drawn on the XY-Plane
  2. Section and Post are drawn at the origin so that they stand upright in front view

Properties

Data

  • DonnéesPath: The path the fence should follow
  • DonnéesPost: A single fence post to repeat
  • DonnéesSection: A single section to repeat
  • DonnéesNumber Of Posts: The total number of posts used to build the fence. This is calculated automatically.
  • DonnéesNumber Of Sections: The total number of sections used to build the fence. This is calculated automatically.

Scripting

The Fence tool can be used in macros and from the Python console by using the following function:

Fence = buildFence(section, post, path)