Assembly CreateView

From FreeCAD Documentation
This page contains changes which are not marked for translation.


This is an experimental feature. To enable it see Fine-tuning.

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Assembly CreateView

Menu location
Assembly → Create Exploded View
Workbenches
Assembly
Default shortcut
V
Introduced in version
1.0
See also
None

Description

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.

Usage

  1. Make sure an assembly is active.
  2. There are several ways to invoke the command:
    • 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 like 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 command.
    • Press the Cancel button to revert all changes and finish the command.
  9. All parts are moved back into their assembly position and the connecting lines are hidden.

Properties

See also: Property editor.

Exploded views:

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

Data

Exploded View

  • DataMoves (LinkList): List of the Move objects of the exploded view.

Moves:

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

Data

Exploded Move

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

Notes

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