Draft PointLinkArray: Difference between revisions

From FreeCAD Documentation
(The Draft PointLinkArray tool places copies of a selected shape along various selected points. It works the same as Draft PointArray but creates internal App Link objects instead of simple copies.)
 
Line 15: Line 15:
|MenuLocation=Modification → Array tools → Point Link Array
|MenuLocation=Modification → Array tools → Point Link Array
|Workbenches=[[Draft Module|Draft]], [[Arch Module|Arch]]
|Workbenches=[[Draft Module|Draft]], [[Arch Module|Arch]]
|SeeAlso=[[Draft_OrthoArray|Draft OrthoArray]], [[Draft_PolarArray|Draft PolarArray]], [[Draft_CircularArray|Draft CircularArray]], [[Draft_PathArray|Draft PathArray]], [[Draft_PointArray|Draft PointArray]]
|SeeAlso=[[Draft_OrthoArray|OrthoArray]], [[Draft_PolarArray|PolarArray]], [[Draft_CircularArray|CircularArray]], [[Draft_PathArray|PathArray]], [[Draft_PointArray|PointArray]]
|Version=0.19
|Version=0.19
}}
}}

Revision as of 05:22, 24 August 2020

Draft PointLinkArray

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

Description

The Draft PointLinkArray tool places copies of a selected shape along various selected points. It works the same as PointArray but creates internal App Link objects instead of simple copies.

All options are described in the PointArray 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.

Objects

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