Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
OpenPlant | AutoPLANT
  • Product Communities
OpenPlant | AutoPLANT
OpenPlant | AutoPLANT Wiki How to Add/Remove Properties in Flyover Hints
    • Sign In
    • -OpenPlant | AutoPLANT Wiki
      • -OpenPlant
        • +CONNECT Services - OpenPlant
        • +Example Configuration - CONNECT Edition
        • +Installations - OpenPlant CONNECT Edition Applications
        • +OpenPlant Download Links & Videos
        • OpenPlant Product Compatibility
        • +OpenPlant Modeler CONNECT
        • +OpenPlant PID CONNECT
        • +OpenPlant Isometrics Manager CONNECT
        • +OpenPlant Orthographics Manager CONNECT
        • +OpenPlant Support Engineering CONNECT
        • +OpenPlant Project Administrator CONNECT
        • +OpenPlant CONNECT Edition-PlantSight Integration
        • -OpenPlant Modeler v8i
          • +Component - OpenPlant Modeler
          • +Drawing Generation- OpenPlant Modeler
          • +Errors, Logs, Messages, Crashes - OpenPlant Modeler
          • +Import/Export- OpenPlant Modeler
          • +Installation - OpenPlant Modeler
          • OpenPlant HVAC-OpenPlant Modeler
          • OpenPlant Modeler [FAQ]
          • +OpenPlant Specification Generator
          • +ProjectWise - OpenPlant Modeler
          • -Properties - OpenPlant Modeler
            • +Fundamentals of External Database Query in OpenPlant Modeler
            • How to Add Component's Facing Property in Element Information dialog
            • How to Add Inch Sign with Nominal Diameter in Pipeline Tag
            • How to Add New/Existing Property to Nozzle Manager Dialog in OpenPlant Modeler
            • How to Add/Remove Properties in Flyover Hints
            • How to Associate the Specification Based on Service
            • How To Change Attributes of Pipe Based on Component State Using Named Expression
            • How to Change the Units of Measurement for ECProperty in OPM
            • How To Create and Populate Service Description Property on Piping Component Element Information
            • How to Exclude Plant Area Property From Consistency Checker
            • How to get Joint Type Information on Gaskets
            • How to Identify Inconsistency of Component Data with Consistency Checker
            • How to Map Spec Field with OpenPlant Modeler Property
            • How to Modify Supports in Bulk in OpenPlant Modeler
            • How to Move Properties Between Categories
            • How to Populate Header Nominal Diameter for Tap Connection in OpenPlant Modeler
            • How to Prefix 'DN' with Pipe Size in OPM
            • How to Set Default Value on EC Property
            • How to Show Nominal Diameter in Three-Digit Format for Support Tag Name
            • How to Update Bolts and Gaskets in OpenPlant Modeler
            • How to Update Pipeline Tag Name or Component Property After any Changes in Schema
            • To Modify Equipment Tag For FreeForm Nozzle in OpenPlant Modeler
            • To Modify Pipeline Tag Name in OpenPlant Modeler
            • To Obtain Arc Length for Pipe Bends in OpenPlant Modeler
          • +Release Notes - OpenPlant Modeler
          • +Schema - OpenPlant Modeler
          • +Settings/Attributes - OpenPlant Modeler
          • +Structural Modeling Components (SMC)- OpenPlant Modeler
          • +Tasks - OpenPlant Modeler
          • +Training - OpenPlant Modeler
        • +OpenPlant Isometrics Manager v8i
        • +OpenPlant Project Administrator v8i
        • +OpenPlant PID v8i
        • +OpenPlant Orthographics Manager v8i
        • +OpenPlant Support Engineering v8i
        • +OpenPlant ModelServer v8i
        • +OpenPlant Reporting v8i
        • How to Connect with Bentley Technical Support Team using Microsoft Teams
        • How to Connect with Bentley Technical Support Team using Microsoft Teams via Browser
        • How to get list of installed applications/programs on Windows Machine using Command Prompt.
        • How to get list of Windows Updates installed on the machine using Command Prompt.
        • How to Package WorkSpace to be Shareable to Users for OpenPlant Projects
        • How to find iModel.dgn file of another domain in PlantSight
      • +Bentley AutoPLANT
      • +Bentley Navigator
      • +Bentley PlantSpace
      • +Plant Project Tools
      • +Bentley Raceway and Cable Management
      • i-model Composition Service for S3D
      • Working from home with OpenPlant
      • Working from home with Bentley Raceway and Cable Management
      • Working from home with AutoPLANT Modeler
      • Your Feedback is important to us!

     
     Questions about this article, topic, or product? Click here. 

    How to Add/Remove Properties in Flyover Hints

    Applies To
    Product(s): OpenPlant Modeler
    Version(s): 08.11.09.XXX (SS5) | 08.11.11.XXX (SS6)
    Environment: Windows 7/8.1/10 (64 bit)
    Area: Properties
    Subarea:
    Original Author: Harpreet Singh, Bentley Product Advantage Group

    Background

    When you hover the cursor over a component, flyover hint is displayed where you get to know about the component's attributes without having to open the element information dialog. Below is one example, how it looks like in default project when we hover the mouse over pipe.

    As shown above, the hint consists of short description of the component, nominal diameter, line number and standard. In the second row level information of the component is given. User can Add/Remove properties to customize the hint as per requirement. For this article, we will add Wall_Thickness property to show in the hint.

    Case-I : Flyover Hint for Pipes

    Steps to Accomplish

    1. Launch class editor and load OpenPlant_3D schema. This schema is generally located in C:\ProgramData\Bentley\OpenPlantModeler V8i\WorkSpace\Projects\%PROJECT_NAME%\Dataset\schemas folder.

    2. Supplement it with OpenPlant_3D_Supplemental_Modeling schema.

    3. Search for PIPE class and click "Go To" button.



    4. Switch to Properties and select COMPONENT_NAME property.



    5. Click Override button in order to make it editable.



    6. Locate "Calculated ECProperty Specification" custom attribute and modify the expression as given below.

      this.SHORT_DESCRIPTION & " " & this.NOMINAL_DIAMETER & " " & this.UNIT_OF_MEASURE & " " & this.LINENUMBER & " " & this.STANDARD & " Wall Thickness:" & this.WALL_THICKNESS



    7. Save the changes and verify result in OpenPlant Modeler.

    Case-II : Flyover Hint for Valves

    When you hover the cursor over a Valve, flyover hint is displayed where you get to know about the Valve's attributes without having to open the element information dialog. Below is one example, how it looks  like in default project when we hover the mouse over Valve.          
                

    As shown above, the hint consists of short description of the component, nominal diameter, line number and Operator. In the second row level information of the valve is given. User can Add/Remove properties to customize the hint as per requirement. For this article, we will add Name & Number of the valve property to show in the hint.                            

    Steps to Accomplish

    1. Launch class editor and load OpenPlant_3D This schema is generally located in C:\ProgramData\Bentley\OpenPlantModeler V8i\WorkSpace\Projects\%PROJECT_NAME%\Dataset\schemas folder.

    2. Supplement it with OpenPlant_3D_Supplemental_Modeling.

    3. Search for VALVE class and click "Go To" button.



    4. Switch to Properties and select COMPONENT_NAME property.



    5. Locate "Calculated ECProperty Specification" custom attribute and modify the expression as given below.

      this.SHORT_DESCRIPTION & " " & this.NOMINAL_DIAMETER & " " & this.NAME & "-" & this.NUMBER & " " & this.LINENUMBER & " " & this.OPERATOR




    6. Save the changes and verify result in OpenPlant Modeler.

    See Also

    How to Create Search Criteria to Include Properties from Fluid Port in OpenPlant Modeler
    Applies To Product(s): OpenPlant Modeler Version(s): 08.11.09.XXX (SS5) | 08.11.11.XX (SS6) Environment: Windows 7/8.1/10 (64-bit) Area: OpenPlant Modeler Subarea…
    Last edited over 4 years ago in OpenPlant | AutoPLANT > OpenPlant | AutoPLANT Wiki

    See Video

    Play this video
    Deepak Singh
    How to Add/Remove Properties in Flyover Hints
    By Deepak Singh over 4 years ago in OpenPlant | AutoPLANT > OpenPlant | AutoPLANT Files

    • 08.11.11.xxx
    • OpenPlant Modeler
    • tooltips
    • expression
    • Flyover Hint
    • Component
    • wall thickness
    • Properties
    • Tooltip
    • Share
    • History
    • More
    • Cancel
    • Harpreet Singh Created by Harpreet Singh
    • When: Fri, Nov 25 2016 3:19 AM
    • Kestutis Mitkus Last revision by Bentley Colleague Kestutis Mitkus
    • When: Tue, Apr 23 2019 9:27 AM
    • Revisions: 5
    • Comments: 0
    Recommended
    Related
    Communities
    • Home
    • Getting Started
    • Community Central
    • Products
    • Support
    • Secure File Upload
    • Feedback
    Support and Services
    • Home
    • Product Support
    • Downloads
    • Subscription Services Portal
    Training and Learning
    • Home
    • About Bentley Institute
    • My Learning History
    • Reference Books
    Social Media
    •    LinkedIn
    •    Facebook
    •    Twitter
    •    YouTube
    •    RSS Feed
    •    Email

    © 2023 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies