PartDesign Scaled

From FreeCAD Documentation
This page is a translated version of the page PartDesign Scaled and the translation is 6% complete.
Outdated translations are marked like this.

PartDesign_Scaled

Ubicación en el Menú
Diseño de Piezas → MultiTransform
Entornos de trabajo
Diseño de Piezas, Complete
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Ninguno

Introducción

'La operación Escalar' - Esta operación toma un conjunto de uno o más operaciones seleccionadas como su entrada (los 'originales'), y los escala por un factor dado. Ya que el escalado se realiza alrededor del centro de gravedad de las operaciones seleccionadas, normalmente desaparecen dentro de las versiones escaladas. Por tanto, normalmente sólo es útil utilizar escalar como parte de una operación de MultiTransformación.

PartDesign Scaled is one of the transformation options of MultiTransform. Contrary to the other options it is not available as a separate tool. It turns a transformation result into a sequence of scaled objects with evenly distributed scale factors. Starting with the unscaled base feature of the previous transformation the scale factor increases or decreases until reaching the given value at the last item.

A linear pattern and a polar pattern → Scaled the linear pattern with 3 steps (occurrences) and the polar pattern with 12 steps

If there is no previous transformation within the MultiTransform feature, scaled items will be placed at the same position as the base feature. This may result in unexpected shapes if the base feature isn't covered completely by the scaled object. And thus it is not recommended to use Scaled as the first transformation of a MultiTransform feature.

A base feature with a hole → Scaled object with 2 occurrences → Scaled object with 4 occurrences

Usage

Scaling a transformed feature

  1. Do one of the following:
    • Double-click the MultiTransform object in the Tree view.
    • Right-click the MultiTransform object in the Tree view and select Edit MultiTransform from the context menu.
  2. The MultiTransform parameters task panel opens.
  3. Right-click in the Transformations list and select Add scaled transformation from the context menu.
  4. A Scaled item is added to the list and the task panel is extended at the bottom to allow to set the Factor and Occurrences. See Options for more information.
  5. Press the OK bar at the bottom.
  6. Press the OK button at the top to finish.

Scaling a single feature

  1. Select a feature of the current body in the Tree view.
  2. Do one of the following:
    • Press the MultiTransform button.
    • Select the Part Design → Apply a pattern → Create MultiTransform option from the menu.
  3. The MultiTransform parameters task panel opens. See above.

Opciones

Cuando se crea una operación de Escalar, el letrero de diálogo de 'parámetros de escalado' ofrece las siguientes opciones:

Selecionar los originales

La lista que muestra los 'originales' contiene las operaciones que van a ser escaladas. Seleccionado cualquier operación se añadirá a la lista.

Factor e instancias

Especifica el máximo factor con respecto al cual la operaciones se van a escalar, y el número total de formas escaladas (incluida la operación original).

  • Factor: The factor to which the last feature is scaled.
  • Occurrences: Number of steps from unscaled (1) to Factor (including base and last feature).
    • A scaled transformation accepts the number of occurrences of the previous transformation as maximum value or any integer divisor of that number returning an integer result. So 12, 6, 4, 3, and 2 are valid for a Linear or Polar Pattern with 12 occurrences.
    • A scaled single feature accepts any integer number larger than 1.

Notes

  • The center of scaling is the features's center of gravity and that may cause:
    • A growing item to protrude on the opposite side of the parent feature.
    • A shrinking item to lose all contact with the parent feature and disappear.
    • A shrinking pocket to become an invisible cavity inside the parent feature.