CAM Array: Difference between revisions

From FreeCAD Documentation
(Path->CAM)
No edit summary
 
Line 15: Line 15:
{{GuiCommand
{{GuiCommand
|Name=CAM Array
|Name=CAM Array
|MenuLocation=CAM → CAM Modification → Array
|MenuLocation=CAM → Path Modification → Array
|Workbenches=[[CAM_Workbench|CAM]]
|Workbenches=[[CAM_Workbench|CAM]]
}}
}}

Latest revision as of 09:25, 27 March 2024

CAM Array

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

Description

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

Usage

  1. Select the operation you want to repeat
  2. Press the Array button
  3. Press Apply
  4. 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 (not counting the original) for each direction

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.