PartDesign PolarPattern/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 10: Line 10:
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/fr
{{GuiCommand/fr
|Name=PartDesign_PolarPattern
|Name=PartDesign_PolarPattern
Line 16: Line 15:
|MenuLocation=Part Design → Appliquer une transformation → Répétition circulaire
|MenuLocation=Part Design → Appliquer une transformation → Répétition circulaire
|Workbenches=[[PartDesign_Workbench/fr|PartDesign]]
|Workbenches=[[PartDesign_Workbench/fr|PartDesign]]
|SeeAlso=[[PartDesign_MultiTransform/fr|PartDesign Transformation multiple]]
}}
}}
</div>


==Description==
==Description==

Revision as of 16:04, 16 June 2022

PartDesign Répétition circulaire

Emplacement du menu
Part Design → Appliquer une transformation → Répétition circulaire
Ateliers
PartDesign
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
PartDesign Transformation multiple

Description

L'outil Répétition circulaire prend une fonction choisie et crée un ensemble de copies tournées autour d'un axe choisi. introduit dans la version 0.17 Une liste de fonctions peut être configurée.

Ci-dessus : une cavité de forme oblongue (B) faite sur un solide de base (A, aussi dénommée "support") est utilisée pour une répétition circulaire. Le résultat (C) est affiché à droite.

Utilisation

Create

  1. Optionally activate the correct Body.
  2. Optionally select one or more features in the Tree view or the 3D view.
  3. There are several ways to invoke the tool:
    • Press the PolarPattern button.
    • Select the Part Design → Apply a pattern → PolarPattern option from the menu.
  4. If there is no active Body, and there are two or more Bodies in the document, the Active Body Required dialog will open and prompt you to activate one. If there is a single Body it will be activated automatically.
  5. If no features were selected the Select feature task panel opens: select one or more (hold down the Ctrl key) from the list and press the OK button.
  6. The PolarPattern parameters task panel opens. See Options for more information.
  7. Press the OK button to finish.

Edit

  1. Do one of the following:
    • Double-click the PolarPattern object in the Tree view.
    • Right-click the PolarPattern object in the Tree view and select Edit PolarPattern from the context menu.
  2. The PolarPattern parameters task panel opens. See Options for more information.
  3. Press the OK button to finish.

Options

  • To add features:
    1. Press the Add feature button.
    2. Select a feature in the Tree view or the 3D view.
    3. Repeat to add more features.
  • To remove features:
    1. Press the Remove feature button.
    2. Do one of the following:
      • Select a feature in the Tree view or the 3D view.
      • Select a feature in the list and press the Del key.
      • Right-click a feature in the list and select Remove from the context menu.
    3. Repeat to remove more features.
  • If there are several features in the pattern, their order can be important. See Ordering features.
  • Specify the Axis of the pattern:
    • Normal sketch axis: The Z axis of the sketch (only available for sketch-based features).
    • Vertical sketch axis: The Y axis of the sketch (idem).
    • Horizontal sketch axis: The X axis of the sketch (idem).
    • Construction line #: A separate entry for each construction line in the sketch (idem).
    • Base X axis: The X axis of the Body.
    • Base Y axis: The Y axis of the Body.
    • Base Z axis: The Z axis of the Body.
    • Select reference...: Select a Datum Line in the Tree view or a Datum Line or edge in the 3D view.
  • Check the Reverse direction checkbox to reverse the pattern.
  • Specify the Angle to be covered by the pattern.
  • Specify the number of Occurrences (including the original feature).
  • If the Update view checkbox is checked the view will update in real time.

Organiser les fonctions

If some of the selected features are additive and others subtractive, their order can have have an impact on the final result. You can change the order by dragging individual features in the list. introduced in version 0.19

Effet de l'ordre des fonctionnalités

Limitations

  • Any shape in the pattern that does not overlap the parent feature will be excluded. This ensures that a PartDesign Body always consists of a single, connected solid.
  • The PartDesign patterns are not yet as optimized as their Draft counterparts. So for a large number of instances you should consider using a Draft PolarArray instead, combined with a Part boolean operation. This may require major changes to your model as you are leaving PartDesign and therefore cannot simply continue with further PartDesign features in the same body. An example is shown in this Forum topic.
  • A pattern cannot be applied directly to another pattern, be it polar, linear or a mirror. For this you need a PartDesign MultiTransform.