Jump to content

Trayectoria Arreglo

From FreeCAD Documentation
This page is a translated version of the page CAM Array and the translation is 27% complete.
Outdated translations are marked like this.

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 CAM Array command 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 array type: Linear1D, Linear2D or Polar
  • DatosOffset: The spacing between the array copies for each direction
  • DatosCopies: The number of copies (not counting the original) for each direction

introduced in 26.3: The previous percentage-based jitter control has been replaced by DatosUseJitter. Jitter can be applied to polar arrays, and random rotation jitter is available for all array types.

  • DatosUseJitter: Enables random offsets and rotations for generated array copies
  • DatosJitterMagnitude: The maximum random translation in each direction
  • DatosJitterAngle: The maximum random rotation angle
  • DatosJitterSeed: The seed value for repeatable jitter

Guión

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.