CAM Array: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 7: Line 7:
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_Copy.svg
|IconL=Path_Copy.svg
|IconC=Workbench_Path.svg
|IconR=Path_SimpleCopy.svg
|IconR=Path_SimpleCopy.svg
|IconC=Workbench_Path.svg
}}
}}


Line 30: Line 30:
# Select the path you want to repeat
# Select the path you want to repeat
# Add the path along which you want to create the repetitions to the selection
# Add the path along which you want to create the repetitions to the selection
# Press the {{KEY|[[Image:Path Array.svg|24px]] [[Path Array|Array]]}} button
# Press the {{KEY|[[Image:Path Array.svg|24px]] [[Path_Array|Array]]}} button
# Press {{Button|Apply}}
# Press {{Button|Apply}}
# Adjust the desired properties at the data box
# Adjust the desired properties at the data box
Line 42: Line 42:


==Scripting== <!--T:12-->
==Scripting== <!--T:12-->
{{Emphasis|See also:}} [[FreeCAD Scripting Basics|FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].


<!--T:13-->
<!--T:13-->
Line 54: Line 54:
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_Copy.svg
|IconL=Path_Copy.svg
|IconC=Workbench_Path.svg
|IconR=Path_SimpleCopy.svg
|IconR=Path_SimpleCopy.svg
|IconC=Workbench_Path.svg
}}
}}



Revision as of 21:21, 1 December 2020

Path Array

Menu location
Path → Path Modification → Array
Workbenches
Path
Default shortcut
None
Introduced in version
-
See also
None

Description

This tool creates a new path by duplicating another path several times at a certain interval distance.

Usage

  1. Select the path you want to repeat
  2. Add the path along which you want to create the repetitions to the selection
  3. Press the Array button
  4. Press Apply
  5. Adjust the desired properties at the data box

Properties

  • DataType: The type array (polar, linear one ore two directions)
  • DataOffset: The spacing between the array copies for each direction
  • DataCopies: The number of copies for each direction

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.

Template:Path Tools navi