PartDesign Mise à l'échelle

From FreeCAD Documentation
Revision as of 18:52, 9 June 2022 by David69 (talk | contribs) (Created page with "{{Docnav/fr |Transformation multiple |Congé |Atelier PartDesign |IconL=PartDesign_MultiT...")

PartDesign Mise à l'échelle

Emplacement du menu
Part Design → Créer une transformation multiple
Ateliers
PartDesign, Complet
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Aucun

Introduction

'Scale features' - Cet outil prend un ensemble d'une ou plusieurs entités sélectionnées comme entrée (les 'originaux') et les met à l'échelle selon un facteur donné. Étant donné que la mise à l'échelle se fait autour du centre de gravité des entités sélectionnées, elles disparaissent généralement à l'intérieur des versions mises à l'échelle. Par conséquent, il n'est normalement utile d'utiliser la mise à l'échelle que dans le cadre de la fonction MultiTransform.

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 a single or a first transformation of a MultiTransform feature.

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

Note

Depuis FreeCAD 0.15, cette fonctionnalité n’est pas disponible directement, mais est incluse en tant que MultiTransform composant

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. Click the OK bar at the bottom to validate the options.
  6. Click 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.

Options

Lorsque vous utilisez la fonction text-top=Echelle Echelle, la boîte de dialogue des paramètres d'text-top=Echelle Echelle, offre les options suivantes :

Selection des originaux

La fenêtre affiche les originaux, des objets qui doivent être mis à l'text-top=Echelle Echelle. En cliquant sur un objet, il sera ajouté à la liste.

Facteur et Occurrences

Spécifie le nombre et le facteur maximal à donner aux objets, qui vont être mis à l'text-top=Echelle Echelle, (y compris la sélection originale).

  • 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.