Troubleshoot Label Display Problems - Intergraph Smart Review - Help

Intergraph Smart Review Help

Language
English
Product
Intergraph Smart Review
Search by Category
Help
SmartPlant Foundation / SDx Version
10
Smart Review Version
2020 (15.0)

Problem: Labels not displaying in Smart Review

  • Edit the RelationshipMapping.txt file for a Smart 3D component defined in the P3DComponent.xml file.

  • Make sure that the relationship order is sequential and complete. The total number of relationships must match the index number at the top of the file.

Edit the RelationshipMapping.txt File

  1. Determine in which relationships the Smart 3D component is involved. For example, the P3DSpool component is a member of the AssemblyHierarchy and Spoolable_Spools relationships.

    Use Schema Editor to view the relationships in the P3DComponent.xml file.

  2. Add the relationships to the RelationshipMapping.txt file. For example, to add the AssemblyHierarchy and Spoolable_Spools relationships, use the following format for each relationship:

    <relationship name> <resolved order> <prefix> <UID1>

    where

    11 = Number of relationships to be traversed. Must be changed whenever a new relationship is added or deleted.

    <relationship name> = AssemblyHierarchy or Spoolable_spools

    <resolved order> = 9 or 11, respectively

    <prefix> = Assembly or Spool, respectively

    After adding both relationships, the resulting first section in the RelationshipMapping.txt file should look like the following (new information set in bold for emphasis).

Problem: Nozzle Information Display

Before you open your Smart 3D project in Smart Review, you can edit the RelationshipMapping.txt file delivered with Smart Review to set up the display of nozzle information.

  1. Change the nozzle relationship UID1 property from 1 to 0 in this file. This prevents the nozzle grouping, but it results in the equipment information also appearing with the selected nozzle's information.

    Change:

    EquipmentNozzle

    7

    Nozzle

    1

    To:

    EquipmentNozzle

    7

    Nozzle

    0

    -or-

    Prevent the nozzle grouping and prevent equipment information from appearing with the individual nozzle display:

    1. Remove the single nozzle relationship mapping from the file.

      Make sure you correctly re-number all the counts and indices in this file as appropriate.

      Change:

      To:

    2. Remove the P3DComponent name-to-nozzle relationship mapping lines from the file:

      P3DCableTrayNozzle

      Nozzle

      P3DCableNozzle

      Nozzle

      P3DConduitNozzle

      Nozzle

      P3DHVACNozzle

      Nozzle

      P3DPipeNozzle

      Nozzle

  2. For more information on opening Smart 3D projects, see View Smart 3D Model Data.

When locating nozzle geometry using the mouse, you can right-click on the located equipment geometry to reject it and to select the nozzle geometry.

  • The 2007 HotFix 5 and 2008 or later versions of Smart 3D publish nozzle geometry separately in addition to the nozzle geometry also published as part of the equipment geometry. They also use a different P3DComponent.xml and MapComponentsToDisciplines.txt file than are currently delivered with Smart Review.

    The MapComponentsToDisciplines.txt file organizes all nozzle geometry under the SmartPlant Review discipline of Equipment. The delivered Smart Review RelationshipMapping.txt file currently groups all nozzle label data onto the associated piece of equipment.

Problem: Incorrect Display Set Resolution

A label displays in Smart Review when you select an object; however, the display set definition query using "FIND LABEL" with that label name and value fails to resolve the selected object.

The issue can be with the MapComponentsToDisciplines.txt file, which maps the Smart 3D Component Name to a file discipline in Smart Review, and to a level under that file that is named for that component. The map file delivered with Smart Review is used to support the sample data. This file is also delivered with Smart 3D to organize the label data during the export to Smart Review.

When opening the project in Smart Review, you must use the same mapping text file that was used to export the .vue and .xml files from Smart 3D. If the .vue file and label database organization is out of sync, problems with display set resolution can occur. Contact your administrator for information on the location of configuration files in Smart 3D or contact Hexagon PPM customer support.

See Also

Review Example Workflow
Map a Label Using the RelationshipMapping.txt File