Assembly CreateView
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
- Make sure an assembly is active.
- 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: E.
- If no Exploded_Views object pre-exists: An Exploded_Views container is added to the active assembly.
- An Exploded_View object is added to the Exploded_Views container.
- The Create Exploded View dialog opens in the task panel.
- Optionally check Parts as single solid checkbox to...
- Optionally choose one way to add a Move:
- Explode radially:
- Press Explode radially
- All parts are selected and a dragger (see Notes) appears.
- Optionally realign the dragger by selecting one option from the Align dragger to... drop-down list.
- Align to...
- Select an edge or a face of any part to align the dragger.
- Align to part center.
- The dragger is aligned according to the grounded part's center.
- Align to part origin.
- The dragger is aligned according to the grounded part's origin.
- 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.
- A Move (see Notes) is added once the left mouse button is released.
- Explode along separate movements:
- Select one or more parts.
- A dragger appears.
- Optionally realign the dragger (see above).
- Move the dragger as described above (the directions according to the dragger handles are taken into account).
- A Move is added once the left mouse button is released.
- Optionally select/deselect parts and/or repeat dragging to add more Moves.
- 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.
- All parts are moved back into their assembly position and the connecting lines are hidden.
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.
- 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.
Properties
See also: Property editor.
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
Data
Base
- DataLabel (
String
):
- Data (Hidden)Label2 (
String
):
- Data (Hidden)Expression Engine (
ExpressionEngine
):
- Data (Hidden)Visibility (
Bool
):
- DataGroup (
LinkList
):
- Data (Hidden)_ Group Touched (
Bool
):
View
Display Options
- ViewDisplay Mode (
Enumeration
):
- ViewShow In Tree (
Bool
):
- ViewVisibility (
Bool
):
Selection
- ViewOn Top When Selected (
Enumeration
):
- ViewSelection Style (
Enumeration
):
ExplodedView
An ExplodedView 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.
ExplodedViewStep
An ExplodedViewStep 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.
Assembly
- Joints: Toggle Grounded, Create a Fixed Joint, Create Revolute Joint, Create Cylindrical Joint, Create Slider Joint, Create Ball Joint, Create Distance Joint, Create Parallel Joint, Create Perpendicular Joint, Create Angle Joint, Create Rack and Pinion Joint, Create Screw Joint, Create Gears Joint, Create Belt Joint
User documentation
- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework