Arch Fence/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/fr |Name=Arch Fence |Name/fr=Arch Clôture |Workbenches=Arch |MenuLocation=Arch → Fence |Version=0.19 }}")
(Created page with "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é.")
Line 12: Line 12:
==Description==
==Description==


The [[Arch Fence|Arch Fence]] is a object that builds a fence by repeating a single fence post and section along a given path.
L'outil [[Arch Fence/fr|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é.


[[Image:Arch Fence description example.png|600px]]
[[Image:Arch Fence description example.png|600px]]

Revision as of 11:07, 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é.

How to use

Creating from scratch

  1. Use a workbench of your choice to create a single fence post and a single section.
  2. Create the path the fence should follow using the Sketcher Workbench or Draft Workbench.
  3. Switch back to the Arch Workbench.
  4. Select the section, post and path in exactly that order.
  5. Press the Arch Fence button

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)