Draft PointLinkArray: Difference between revisions

From FreeCAD Documentation
(Added Scripting)
No edit summary
Line 32: Line 32:
==Properties== <!--T:6-->
==Properties== <!--T:6-->


See [[Draft_PointArray#Properties|Draft PointArray]].
<!--T:10-->
{{TitleProperty| Link}}

<!--T:7-->
* {{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|Link Transform|Bool}}: if it is {{FALSE}} it can override the linked object's placement.

<!--T:11-->
{{TitleProperty|Objects}}

<!--T:8-->
* {{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_PointArray|Draft PointArray]] for the rest of the options.


== Scripting ==
== Scripting ==

Revision as of 16:34, 27 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 PointLinkArray

Menu location
Modification → Array tools → Point 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 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.

All options are described in the Draft PointArray page.

Properties

See Draft PointArray.

Scripting

See Draft PointArray.