CAM Array/de: Difference between revisions

From FreeCAD Documentation
(Created page with "==Beschreibung==")
 
(Created page with "{{Emphasis|Siehe auch:}} FreeCAD Grundlagen Skripten.")
 
(3 intermediate revisions by the same user not shown)
Line 21: Line 21:
The tool [[Image:CAM_Array.svg|24px]] [[CAM_Array|Array]] creates a new path by duplicating another path several times at a certain interval distance.
The tool [[Image:CAM_Array.svg|24px]] [[CAM_Array|Array]] creates a new path by duplicating another path several times at a certain interval distance.


==Usage==
<span id="Usage"></span>
==Anwendung==


# Select the operation you want to repeat
# Select the operation you want to repeat
Line 28: Line 29:
# Adjust the desired properties at the data box
# Adjust the desired properties at the data box


==Properties==
<span id="Properties"></span>
==Eigenschaften==


*{{PropertyData|Type}}: The type array (polar, linear one ore two directions)
*{{PropertyData|Type}}: The type array (polar, linear one ore two directions)
Line 34: 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|Siehe auch:}} [[FreeCAD_Scripting_Basics/de|FreeCAD Grundlagen Skripten]].


Beispiel:
Example:


{{Code|code=
{{Code|code=

Latest 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

Siehe auch: FreeCAD Grundlagen Skripten.

Beispiel:

#Place code example here.