Draft PathLinkArray: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Added Scripting)
Line 52: Line 52:
* {{PropertyData|Expand Array|Bool}}: if it is {{TRUE}}, the individual [[App_Link|App Link]] objects will be available to select in the [[Tree_view|tree view]].
* {{PropertyData|Expand Array|Bool}}: if it is {{TRUE}}, the individual [[App_Link|App Link]] objects will be available to select in the [[Tree_view|tree view]].
* See [[Draft_PathArray|PathArray]] for the rest of the options.
* See [[Draft_PathArray|PathArray]] for the rest of the options.

== Scripting ==

See [[Draft_PathArray#Scripting|Draft PathArray]].





Revision as of 07:04, 26 May 2021

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.

Draft PathLinkArray

Menu location
Modification → Array tools → Path Link array
Workbenches
Draft, Arch
Default shortcut
None
Introduced in version
0.19
See also
Draft OrthoArray, Draft PolarArray, Draft CircularArray, Draft PathArray, Draft PointArray

Description

The Draft PathLinkArray tool places copies of a selected shape along a selected path, which can be a Draft Wire, a Draft BSpline, and similar edges. It works the same as PathArray but creates internal App Link objects instead of simple copies.

All options are described in the PathArray page.

Properties

Link

  • DataScale (Float): the scale factor of the entire array.
  • DataScale List (VectorList): a list of N-vectors determining the individual scaling factor of each of the N-elements in the array, where N is DataCount.
  • DataLink Transform (Bool): if it is false it can override the linked object's placement.

Alignment

Objects

  • DataExpand Array (Bool): if it is true, the individual App Link objects will be available to select in the tree view.
  • See PathArray for the rest of the options.

Scripting

See Draft PathArray.