Assembly AnsichtErstellen

From FreeCAD Documentation
This page is a translated version of the page Assembly CreateView and the translation is 64% complete.
Other languages:

Diese Dokumentation ist noch nicht fertiggestellt. Bitte hilf mit und trage etwas zur Dokumentation bei.

Die Seite GuiBefehl Modell erklärt, wie Befehle dokumentiert werden sollten. Unter Category:UnfinishedDocu findest du weitere unvollständige Seiten wie diese (und unter Category:UnfinishedDocu/de unvollständige Übersetzungen). Siehe Category:Command Reference für sämtliche Befehle (und Category:UnfinishedDocu/de für vorhandene Übersetzungen).

Siehe WikiSeiten, um zu lernen, wie die Wiki-Seiten bearbeitet werden und FreeCAD Unterstützen, um andere Wege zu entdecken, wie du einen Beitrag leisten kannst.

Assembly AnsichtErstellen

Menüeintrag
Assembly → Explosionsansicht erstellen
Arbeitsbereich
Assembly
Standardtastenkürzel
V
Eingeführt in Version
1.0
Siehe auch
Keiner

Beschreibung

The Assembly CreateView tool creates an exploded views container (Exploded_Views object) in the active Assembly that contains one (default) or more exploded views (Exploded_View objects). An assembly can only hold one exploded views container.

An exploded view collects the moves (Move objects) used to relocate parts from assembled position to exploded position. The altered positions of assembled parts and the representations of the moves are only visible when an exploded view is being edited and in TechDraw views derived from an exploded view.

Anwendung

  1. Make sure an assembly is active.
  2. There are several ways to invoke the tool:
    • Press the Create Exploded View button.
    • Select the Assembly → Create Exploded View option from the menu.
    • Use the keyboard shortcut: V.
  3. If no Exploded_Views object pre-exists: An Exploded_Views container is added to the active assembly.
  4. An Exploded_View object is added to the Exploded_Views container.
  5. The Create Exploded View dialog opens in the task panel.
  6. Optionally check Parts as single solid checkbox to...
  7. Optionally choose one way to add a Move:
    • Explode radially:
      1. Press Explode radially
      2. All parts are selected and a dragger (see Notes) appears.
      3. Optionally realign the dragger by selecting one option from the Align dragger to... drop-down list.
        • Align to...
          1. Select an edge or a face of any part to align the dragger.
        • Align to part center.
          1. The dragger is aligned according to the grounded part's center.
        • Align to part origin.
          1. The dragger is aligned according to the grounded part's origin.
      4. Move the dragger by one or more of the following options (only the offset from the start point counts, each part's direction is calculated separately):
        • Press and hold the left mouse button on an axis arrow and drag to translate the object along that axis.
        • Press and hold the left mouse button on a plane and drag to translate the object along that plane.
        • Press and hold the left mouse button on a sphere and drag to rotate the object around that axis.
      5. A Move (see Notes) is added once the left mouse button is released.
    • Explode along separate movements:
      1. Select one or more parts.
      2. A dragger appears.
      3. Optionally realign the dragger (see above).
      4. Move the dragger as described above (the directions according to the dragger handles are taken into account).
      5. A Move is added once the left mouse button is released.
      6. Optionally select/deselect parts and/or repeat dragging to add more Moves.
  8. Do one of the following:
    • Press the OK button to confirm and finish the tool.
    • Press the Cancel button to revert all changes and finish the tool.
  9. All parts are moved back into their assembly position and the connecting lines are hidden.

Hinweise

  • The dragger is a tool similar to the transformation manipulator ( Std TransformManip), but without an Increments task panel.
  • A Move object in the tree view is represented in the 3D view by a dashed red line for each part involved in this move. These connecting lines are only visible when this tool is running, or in a TechDraw view that is derived from an Exploded_View object.
  • To add an exploded view to a TechDraw page: switch to the TechDraw Workbench, add a page, select the exploded view object in the tree, and click Insert View.

Eigenschaften

Siehe auch: Eigenschafteneditor.

Exploded_Views containers are Assembly::ViewGroup objects. Exploded_View objects are derived from the ExplodedView class, and Move objects from the ExplodedViewStep class.

Assembly::ViewGroup

Daten

Basis

  • Daten-EigenschaftLabel (String):
  • Daten-Eigenschaft (versteckt)Label2 (String):
  • Daten-Eigenschaft (versteckt)Expression Engine (ExpressionEngine):
  • Daten-Eigenschaft (versteckt)Visibility (Bool):
  • Daten-EigenschaftGroup (LinkList):
  • Daten-Eigenschaft (versteckt)_ Group Touched (Bool):

Ansicht

Display Options

  • Ansicht-EigenschaftDisplay Mode (Enumeration):
  • Ansicht-EigenschaftShow In Tree (Bool):
  • Ansicht-EigenschaftVisibility (Bool):

Selection

  • AnsichtOn Top When Selected (Enumeration):
  • AnsichtSelection Style (Enumeration):

ExplodedView

Ein ExplodedView-Objekt (Explosionsansicht) wird von einem App FeaturePython-Objekt abgeleitet und erbt alle seine Eigenschaften. Außerdem besitzt es die folgenden zusätzlichen Eigenschaften:

Daten

Exploded View

  • Daten-EigenschaftMoves (LinkList): Liste der Bewegungen (Move-Objekte) der Explosionsansicht.

ExplodedViewStep

An ExplodedViewStep object is derived from an App FeaturePython object and inherits all its properties. It also has the following additional properties:

Daten

Exploded Move

  • DatenMove Type (Enumeration): The Type of the move. (Normal, Radial).
  • DatenMovement Transform (Placement): This is the movement of the move.
    The end placement is the result of the start placement * this placement.
  • DatenObj Names (StringList): The objects moved by the move.
  • DatenParts (LinkList): The containing parts of objects moved by the move.