CAM Array/de: Difference between revisions

From FreeCAD Documentation
(Created page with "==Eigenschaften==")
(Created page with "==Skripten==")
Line 36: Line 36:
*{{PropertyData|Copies}}: The number of copies (not counting the original) for each direction
*{{PropertyData|Copies}}: The number of copies (not counting the original) for each direction


==Scripting==
<span id="Scripting"></span>
==Skripten==


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

Revision as of 11:54, 25 April 2024

CAM Array

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

Beschreibung

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

Anwendung

  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

Eigenschaften

  • DatenType: The type array (polar, linear one ore two directions)
  • DatenOffset: The spacing between the array copies for each direction
  • DatenCopies: The number of copies (not counting the original) for each direction

Skripten

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.