CAM Array

From FreeCAD Documentation
Revision as of 20:50, 24 February 2020 by Kunda1 (talk | contribs) (moved templates out of translation tags)

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