CAM Array: Difference between revisions

From FreeCAD Documentation
m ((Vertical Docnav)(Vertical GuiCommand))
No edit summary
 
(22 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:8-->
<!--T:8-->
{{Docnav
{{Docnav
|[[Path_Copy|Copy]]
|[[CAM_Copy|Copy]]
|[[CAM_SimpleCopy|SimpleCopy]]
|[[Path_SimpleCopy|Simple Copy]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|CAM]]
|IconL=Path_Copy.png
|IconL=CAM_Copy.svg
|IconC=Path-Workbench.svg
|IconR=CAM_SimpleCopy.svg
|IconC=Workbench_CAM.svg
|IconR=Path_SimpleCopy.png
}}
}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand
|Name=Path Array
|Name=CAM Array
|MenuLocation=CAM → Path Modification → Array
|Workbenches=[[Path Workbench|Path]]
|Workbenches=[[CAM_Workbench|CAM]]
|MenuLocation=Path → Path Modification → Array
|Shortcut=
|SeeAlso=
}}
}}


Line 23: Line 22:


<!--T:3-->
<!--T:3-->
This tool 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== <!--T:4-->
==Usage== <!--T:4-->


<!--T:5-->
<!--T:5-->
# Select the path you want to repeat
# Select the operation you want to repeat
# Press the {{KEY|[[Image:CAM_Array.svg|24px]] [[CAM_Array|Array]]}} button
# Add the path along which you want to create the repititions to the selection
# Press {{Button|Apply}}
# Press the {{KEY|[[Image:Path Array.png|16px]] [[Path Array|Array]]}} button
# Apply
# Adjust the desired properties at the data box
# Adjust the desired properties at the data box


Line 39: Line 37:
*{{PropertyData|Type}}: The type array (polar, linear one ore two directions)
*{{PropertyData|Type}}: The type array (polar, linear one ore two directions)
*{{PropertyData|Offset}}: The spacing between the array copies for each direction
*{{PropertyData|Offset}}: The spacing between the array copies for each direction
*{{PropertyData|Copies}}: The number of copies for each direction
*{{PropertyData|Copies}}: The number of copies (not counting the original) for each direction


==Scripting==
==Scripting== <!--T:12-->
{{Emphasis|See also:}} [[FreeCAD Scripting Basics|FreeCAD Scripting Basics]].


<!--T:17-->
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].

<!--T:13-->
Example:
Example:
{{Code|code=#Place code example here.}}


</translate>
<!--T:9-->
{{Code|code=
{{Docnav
#Place code example here.
|[[Path_Copy|Copy]]
|[[Path_SimpleCopy|Simple Copy]]
|[[Path_Workbench|Path]]
|IconL=Path_Copy.png
|IconC=Path-Workbench.svg
|IconR=Path_SimpleCopy.png
}}
}}
<translate>


<!--T:10-->
{{Path_Tools_navi}}


<!--T:11-->
<!--T:9-->
{{Docnav
{{Userdocnavi}}
|[[CAM_Copy|Copy]]
|[[CAM_SimpleCopy|SimpleCopy]]
|[[CAM_Workbench|CAM]]
|IconL=CAM_Copy.svg
|IconR=CAM_SimpleCopy.svg
|IconC=Workbench_CAM.svg
}}


</translate>
</translate>
{{CAM_Tools_navi{{#translation:}}}}
{{clear}}
{{Userdocnavi{{#translation:}}}}

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.