Draft PathLinkArray: Difference between revisions

From FreeCAD Documentation
(Slightly expanded information of the Link properties.)
No edit summary
 
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:1-->
<!--T:1-->
{{Docnav
{{Docnav|[[Draft_PathArray|Path Array]]|[[Draft_PointArray|Point Array]]|[[Draft_Module|Draft]]|IconL=Draft_PathArray.svg|IconC=Workbench_Draft.svg|IconR=Draft_PointArray.svg}}
|[[Draft_PathArray|PathArray]]
|[[Draft_PointArray|PointArray]]
|[[Draft_Workbench|Draft]]
|IconL=Draft_PathArray.svg
|IconR=Draft_PointArray.svg
|IconC=Workbench_Draft.svg
}}


<!--T:2-->
<!--T:2-->
{{GuiCommand
{{GuiCommand
|Name=Draft PathLinkArray
|Name=Draft PathLinkArray
|MenuLocation=DraftPathLinkArray
|MenuLocation=ModificationArray tools → Path link array
|Workbenches=[[Draft Module|Draft]], [[Arch Module|Arch]]
|Workbenches=[[Draft_Workbench|Draft]], [[Arch_Workbench|Arch]]
|SeeAlso=[[Draft_OrthoArray|OrthoArray]], [[Draft_PolarArray|PolarArray]], [[Draft_CircularArray|CircularArray]], [[Draft_PathArray|PathArray]], [[Draft_PointArray|PointArray]]
|Version=0.19
|Version=0.19
|SeeAlso=[[Draft_OrthoArray|Draft OrthoArray]], [[Draft_PolarArray|Draft PolarArray]], [[Draft_CircularArray|Draft CircularArray]], [[Draft_PathArray|Draft PathArray]], [[Draft_PointArray|Draft PointArray]], [[Draft_PointLinkArray|Draft PointLinkArray]]
}}
}}


Line 16: Line 24:


<!--T:4-->
<!--T:4-->
The {{Button|[[Image:Draft_PathLinkArray.svg|16px]] [[Draft_PathLinkArray|Draft PathLinkArray]]}} tool places copies of a selected shape along a selected path, which can be a [[Draft Wire|Draft Wire]], a [[Draft BSpline|Draft BSpline]], and similar edges. It works the same as {{Button|[[Image:Draft_PathArray.svg|16px]] [[Draft_PathArray|PathArray]]}} but creates internal [[App_Link|App Link]] objects instead of simple copies.
The [[Image:Draft_PathLinkArray.svg|24px]] '''Draft PathLinkArray''' command creates a [[App_Link|Link]] array from a selected object by placing copies along a path. Use the [[Draft_PathArray|Draft PathArray]] command to create a less efficient regular array instead. Except for the type of array that is created, [[App_Link|Link]] array or regular array, this command is identical to the [[Draft_PathArray|Draft PathArray]] command. See there for more information.


<!--T:5-->
All options are described in the {{Button|[[Image:Draft_PathArray.svg|16px]] [[Draft_PathArray|PathArray]]}} page.

==Properties==

{{TitleProperty| Link}}
* {{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.
* {{PropertyData|Link Transform|Bool}}: if it is {{TRUE}}, the links will be able to be transformed.

{{TitleProperty|Alignment}}
* See [[Draft_PathArray|PathArray]].

{{TitleProperty|Objects}}
* {{PropertyData|Expand Array|Bool}}: if it is {{TRUE}}, in the [[tree_view|tree view]] the individual [[App_Link|App Link]] objects will be available to select.
* See [[Draft_PathArray|PathArray]] for the rest of the options.


<!--T:6-->
<!--T:6-->
{{Docnav
{{Docnav|[[Draft_PathArray|Path Array]]|[[Draft_PointArray|Point Array]]|[[Draft_Module|Draft]]|IconL=Draft_PathArray.svg|IconC=Workbench_Draft.svg|IconR=Draft_PointArray.svg}}
|[[Draft_PathArray|PathArray]]
|[[Draft_PointArray|PointArray]]
|[[Draft_Workbench|Draft]]
|IconL=Draft_PathArray.svg
|IconR=Draft_PointArray.svg
|IconC=Workbench_Draft.svg
}}


</translate>
</translate>
{{Draft Tools navi{{#translation:}}}}
{{Draft Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 22:40, 5 December 2023

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, Draft PointLinkArray

Description

The Draft PathLinkArray command creates a Link array from a selected object by placing copies along a path. Use the Draft PathArray command to create a less efficient regular array instead. Except for the type of array that is created, Link array or regular array, this command is identical to the Draft PathArray command. See there for more information.