PartDesign Scaled/de: Difference between revisions

From FreeCAD Documentation
(Created page with "Wenn noch keine Transformation in der 16px MehrfachTransformation vorhanden ist, werden skalierte Elem...")
(Replaced content with "==Anwendung==")
Line 31: Line 31:
{{Caption|A base feature with a hole → Scaled object with 2 occurrences → Scaled object with 4 occurrences}}
{{Caption|A base feature with a hole → Scaled object with 2 occurrences → Scaled object with 4 occurrences}}


==Anwendung==
<div class="mw-translate-fuzzy">
Seit FreeCAD 0.15 ist diese Funktion nicht mehr direkt verfügbar, aber als Komponente [[PartDesign_MultiTransform/de | MultiTransform]] enthalten
</div>


===Scaling a transformed feature===
===Scaling a transformed feature===

Revision as of 09:01, 12 June 2022

PartDesign Scaled

Menu location
None (Option unter Part Design → Muster anwenden → Mehrfach-Transform erstellen)
Workbenches
PartDesign
Default shortcut
None
Introduced in version
-
See also
None

Beschreibung

PartDesign Skalieren ist eine der Transformationsoptionen von MehrfachTransformation. Im Gegensatz zu den anderen Optionen ist diese nicht als eigenständiges Werkzeug vorhanden. Es wandelt das Ergebnis einer Transformation in eine Abfolge skalierter Objekte mit gleichmäßig verteilten Skalierungsfaktoren. Am nicht skalierten Ausgangselement startend, wächst oder schrumpft der Skalierungsfaktor, bis er den gegebenen Wert am letzten Element erreicht.

Ein lineares Muster und ein polares Muster → Skaliertes lineares Muster mit 3 Schritten (Vorkommen) und polares Muster mit 12 Schritten

Wenn noch keine Transformation in der MehrfachTransformation vorhanden ist, werden skalierte Elemente an derselben Position eingefügt, an der das Ausgangselement liegt. Dies kann zu unerwarteten Ergebnissen führen, wenn das Ausgangselement nicht komplett vom skalierten Element umhüllt wird. Und daher ist es nicht ratsam, Skaliert als einzige oder als erste Transformation einer MehrfachTransformation zu verwenden.

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

Anwendung

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

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