Working with Display Sets - Intergraph Smart Review - Help

Intergraph Smart Review Help

Language
English
Product
Intergraph Smart Review
Search by Category
Help
SmartPlant Foundation / SDx Version
7.1 (2018 R1)
Smart Review Version
13.x(2018)

Display sets are collections of graphic objects that are grouped together according to specific definition criteria. Smart Review does not limit the number of display sets you can create. However, your hardware capability can limit your number of display sets. Display sets greatly extend the review process by allowing you to isolate and separate objects within huge projects so that you can more easily perform an in-depth review analysis of your model.

A display set definition can contain one or more criteria, allowing you to place objects in display sets based on object attributes, model attributes, highlighted objects, or other display sets. Display sets can contain their own graphic objects or other display sets to any level of nesting that you require. However, a display set cannot contain itself (to prevent recursive or looping organization structures).

Display set ID numbers determine the order of precedence when you assign conflicting display characteristics to the same elements. The lower the display set number is, the higher the precedence. Therefore, an element that is a member of two different display sets appears with the characteristics of the lower numbered display set, assuming both sets have different display characteristics turned on.

When a display set is defined, it can be manipulated independent of the model. For instance, you can review different material assignments on a single structure rather than the entire facility, or wireframe the HVAC data in a shaded model of a plant. Display sets can be selected from the Project Manager and from the Main view. Commands to create and edit the selected display set can be accessed from shortcut context menus in the Project Manager and from the Tools menu.

  • Display sets that use the search criteria, Picked Object(s), can be lost when the definition is edited in a subsequent Smart Review session, or if the display set definition is loaded using the Import Display Set dialog box. The selected elements are lost if the files containing these elements are modified. For this reason, we recommend that you use the Picked Object(s) search criteria only for temporary display sets.

  • When you open a local .svf project, any previously-created display set definitions are resolved as each .vue file is loaded. For remote streaming .svf projects (for example, SmartPlant Foundation), any previously-created display set definitions are not resolved until you click Tools > Refresh Data.

To provide model data comparison information, Smart Review generates Find Differences display sets to show the changes between two versions of the same model. For more information, see Find Differences: Model Data Comparison.

Sub-definitions

Sub-definitions may be needed to create more complicated definitions. Sub-definitions are created by placing an operation on a line by itself, and then using the FIND operator on the following line. Each line in a sub-definition works similarly to the definition itself. The FIND operator selects a group of elements. For each of the following lines, up to the end of the sub-definition, FIND operates on the previous result to create a new group of elements. Mark the end of a sub-definition with the END FIND option, which appears on the continuation operator list.

The end of a sub-definition results in a group of elements that meet the sub-definition criteria. This sub-definition group is then applied to the search criteria of any previous FIND criteria to produce the completed set of elements. Definitions can be nested indefinitely and can be nested multiple times. The following example definition contains one sub-definition:

FIND Volume 123 N, 444 E, 377 El - 400 N, 550 E, 500 El

KEEP ONLY Display Set Firewater

THROW AWAY Data Diameter > 12

ADD

FIND Volume 375 N, 600 E, 377 El - 500 N, 700 E, 500 El

KEEP ONLY Level 7, 8, 9, 31

THROW AWAY File steel.dgn

THROW AWAY Color 3

END FIND

ADD Picked Objects

Lines 1 through 3 define the group of elements in the specified volume that belong to the Firewater display set and are <= 12 inches in diameter.

Line 4 adds the sub-definition to the group.

Line 5 begins the sub-definition by selecting a volume to start with.

Lines 6, 7, and 8 keep only the elements on certain levels and then throw away anything left that is in file steel.dgn with color number 3. The END FIND operator on line 9 ends the sub-definition. The group that results from this sub-definition is then added to the results from line 3 to yield a new group. The last line adds some selected elements to the group to yield a final set of elements.

Additional Information

Auto-Define - Allows you to define display sets based on selected label data. Smart Review automatically creates these display sets for you based on the label data criteria that you select. For more information, see Auto-Define Display Sets.

Import/Export - Imports and exports display sets in their existing folders, allowing you to create libraries of specific definition information for display sets. For more information, see Import Display Sets and Export Display Sets.

Dim - Decreases the brightness of the selected display set, allowing you to contrast members of the display set with other objects in the model. This setting can be applied to a single display set, multiple selected display sets, or to a parent folder containing a group of display sets. For more information, see Dim Display Sets.

What do you want to do?