Arch Clôture

From FreeCAD Documentation
Revision as of 11:03, 12 May 2019 by Mario52 (talk | contribs) (Created page with "Arch Clôture")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Arch Fence

Menu location
Arch → Fence
Workbenches
Arch
Default shortcut
None
Introduced in version
0.19
See also
None

Description

The Arch Fence is a object that builds a fence by repeating a single fence post and section along a given path.

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)