Draft PathLinkArray: Difference between revisions

From FreeCAD Documentation
(→‎Properties: More properties)
(→‎Properties: Link Transform (Bool): if it is False it can override the linked object's placement.)
Line 26: Line 26:
* {{PropertyData|Scale|Float}}: the scale factor of the entire array.
* {{PropertyData|Scale|Float}}: the scale factor of the entire array.
* {{PropertyData|Scale List|VectorList}}: a list of N-vectors determining the individual scaling factor of each of the N-elements in the array, where N is {{PropertyData|Count}}.
* {{PropertyData|Scale List|VectorList}}: a list of N-vectors determining the individual scaling factor of each of the N-elements in the array, where N is {{PropertyData|Count}}.
* {{PropertyData|Link Transform|Bool}}: if it is {{FALSE}} it can override the linked object's placement.


{{TitleProperty|Alignment}}
{{TitleProperty|Alignment}}

Revision as of 04:37, 29 June 2020

Draft PathLinkArray

Menu location
Draft → PathLinkArray
Workbenches
Draft, Arch
Default shortcut
None
Introduced in version
0.19
See also
OrthoArray, PolarArray, CircularArray, PathArray, 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.