Trayectoria Arreglo

From FreeCAD Documentation
Revision as of 14:08, 26 March 2024 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.