CAM Array: Difference between revisions

From FreeCAD Documentation
No edit summary
(Add empty `Scripting` section with subtitle)
Line 28: Line 28:
*{{PropertyData|Copies}}: The number of copies for each direction
*{{PropertyData|Copies}}: The number of copies for each direction


==Scripting==
{{Emphasis|See also:}} [[FreeCAD Scripting Basics|FreeCAD Scripting Basics]].


Example:
{{Code|code=#Place code example here.}}


<!--T:9-->
<!--T:9-->

Revision as of 04:00, 26 January 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 repititions to the selection
  3. Press the Array button
  4. 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.