|
You can sort the list by one property at a time. Basic calculated numerical data
such as component mass, density, and volume are available in the tool. Additionally,
you can create customized criteria which are dependent on several numerical values.
If you defined noncalculated properties such as Vendor or Status in the component
files, you can access those properties for modification and sorting.
If you sort by SW-Material, you can edit component materials directly from the list.
You can save the list information in a separate file such as a Microsoft Excel®
spreadsheet or a text file.
In the graphics area, the software applies colors to the components based on the
value of the property you are sorting by. The colors help you to visualize the relative
value of the property for each component.
To activate the Assembly Visualization tool:
Open (install_dir)\samples\whatsnew\assemblies\visualize\food_processor.sldasm.
Click Assembly Visualization
(Tools toolbar or Evaluate tab on the CommandManager).
The Assembly Visualization tab in the FeatureManager design tree panel contains
a list of all components in the assembly, sorted initially by file name.

You can click to change the appearance of the list.
|
|
|

|
Flat/Nested View
|
Switches between:
- Nested view, where subassemblies are indented
- Flat view, where subassembly structures are ignored (similar to a parts-only BOM)
|
|

|
Show/Hide Value Bars
|
Turns the value bars off and on. When the value bars are on, the longest bar is
applied to the component with the highest value. The lengths of all the other bars
are calculated as a percentage of the highest value.
|
|
|
Icons in the list indicate the following:
|
|
|
Part
|
Subassembly
|
Description
|
|

|

|
A component with a single instance.
|
|

|

|
A component with multiple instances, all of which are shown.
|
|
|
To visualize the assembly:
1. At the top of the last column, click Mass to sort the components by mass.
2. On the left side of the panel, click the vertical bar.

The vertical bar displays a spectrum of colors from red to blue. In the graphics
area, the components change to the color that is beside their entry in the Assembly
Visualization panel. The colors indicate the relative mass of the components. The
heaviest components are shown in red, the lightest in blue, and the others in shades
in between.

3. To add another color to the spectrum:
a. Click in the blank area to the left of the vertical bar.

b. In the Color dialog box, select
(yellow) and click OK.
A yellow slider is added to the spectrum. The parts change color in the graphics
area.

Note: You can move the color sliders up and down to modify the spectrum. You can
right-click a color slider and change its color or delete it. To return to the original
two sliders, right-click any slider and click Reset all
4. Under the column headers, drag the horizontal bar down and position it below
gear-caddy.

In the graphics area, the heaviest component, gear-caddy, is hidden.

5. At the bottom of the list, drag the horizontal bar up and position it above shaft
gear insert.

The three components that weigh the least are hidden. Note that the spectrum adjusts
to the visible components, showing their relative values.

6. Return the bars to their original positions:
a. Right-click the top bar and click Roll to Top.
b. Right-click the bottom bar and click Roll to End.
You can change the property used to sort components. You can select custom properties
defined in the component files and create equations involving those properties.
To change the sorting property:
- Click the arrow
to the right of Mass.
The flyout list contains some commonly used properties. You can also select from
any other custom properties already defined in the components, as demonstrated in
the following steps.
- Click More.
- In the dialog box, in Properties, select Cost.
Cost appears in Column header.
- Click Ok.
Cost appears at the top of the property column, and the components are sorted from
highest to lowest cost. In the graphics area, the colors of the parts change accordingly.
Some components are in the assembly multiple times. For example, there are five
rubber feet on the bottom of the base plate. Component rubber feet appear at the
bottom of the list because it costs the least.

Now create and sort by an equation that calculates the extended cost for each part.
- Click the arrow
to
the right of Cost.
- Click More.
- In the dialog box:
a. In Properties, select Cost.
b. In Column header, type Extended Cost.
c. Select Use Formula.
Cost appears in the equation box.
d. In the equation box, type *.
e. In Properties, select Quantity.
The equation defines extended cost as cost multiplied by quantity.
- Click Ok
Extended Cost appears at the top of the property column and the components are sorted
from highest to lowest extended cost. Component rubber feet moves up to the middle
of the list. In the graphics area, the colors of the parts adjust accordingly.
Note: You can right-click in the header area and select Unit Precision to change
the number of decimal places.
- Save the assembly.
The custom column data is saved so it will appear the next time you access Assembly
Visualization in this model. You can save the list information in a separate file.
- In the header area of the list, right-click and click Save as.
- In the Save As dialog box:
a. For Save in, select My Documents.
b. For File name, type my_food_processor.
c. For Save as type, select Text(*.txt).
d. Click Save.
The text file contains a list with the information from the Assembly Visualization
panel.
- At the top of the panel, click Exit Visualization.
The panel closes and its tab disappears.
|