CAM Array/es: Difference between revisions

From FreeCAD Documentation
(Created page with "==Guión==")
(Updating to match new version of source page)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav/es
{{Docnav/es
|[[Path_Copy/es|Copiar]]
|[[Path_Copy/es|Copiar]]
Line 9: Line 10:
|IconC=Workbench_Path.svg
|IconC=Workbench_Path.svg
}}
}}
</div>


<div class="mw-translate-fuzzy">
{{GuiCommand
{{GuiCommand/es
|Name=Path Array
|Name=Path Array
|Name/es=Trayecoria Arreglo
|MenuLocation=Path → Path Modification → Array
|MenuLocation=Trayecoria → Trayecoria Modificación → Arreglo
|Workbenches=[[Path_Workbench|Path]]
|Workbenches=[[Path_Workbench/es|Trayecoria]]
|Shortcut=
|Shortcut=
|SeeAlso=
|SeeAlso=
}}
}}
</div>


<span id="Description"></span>
==Descripción==
==Descripción==


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.


<span id="Usage"></span>
==Utilización==
==Utilización==


# Select the operation you want to repeat
# Select the operation you want to repeat
# Press the {{KEY|[[Image:Path Array.svg|24px]] [[Path_Array|Array]]}} button
# Press the {{KEY|[[Image:CAM_Array.svg|24px]] [[CAM_Array|Array]]}} button
# Press {{Button|Apply}}
# Press {{Button|Apply}}
# Adjust the desired properties at the data box
# Adjust the desired properties at the data box


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


Line 35: Line 43:
*{{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


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

This feature only works on actual path operations, not on derivative paths produced by Path Dressups. In that case the Array icon is disabled.

==Guión==
==Guión==


Line 44: Line 49:


Example:
Example:
{{Code|code=#Place code example here.}}


{{Code|code=
{{Docnav
#Place code example here.
|[[Path_Copy|Copy]]
}}
|[[Path_SimpleCopy|Simple Copy]]

|[[Path_Workbench|Path]]

<div class="mw-translate-fuzzy">
{{Docnav/es
|[[Path_Copy/es|Copiar]]
|[[Path_SimpleCopy/es|Copia simple]]
|[[Path_Workbench/es|Trayectoria]]
|IconL=Path_Copy.svg
|IconL=Path_Copy.svg
|IconR=Path_SimpleCopy.svg
|IconR=Path_SimpleCopy.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_Path.svg
}}
}}
</div>


{{Path_Tools_navi{{#translation:}}}}
{{CAM_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 14:08, 26 March 2024

Trayecoria Arreglo

Ubicación en el Menú
Trayecoria → Trayecoria Modificación → Arreglo
Entornos de trabajo
Trayecoria
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Ninguno

Descripción

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

Utilización

  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

Propiedades

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

Guión

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.