Template - Visibility Condition

Hi,


I have been searching for information/examples on how the Visibility Condition field works in relation to hiding strips in a stripset.
Can you provide me with a link?
Search has turned up nothing.

Thanks

Parents
  • Hi Mark,

    Visibility Conditions are covered in this SIG recording (at around 22:15) and also in the Master Templates video on Bentley Learn.

    In summary, you need to enter an expression for the Visibility Condition that evaluates to True or False. If the result is True, the strip will be hidden. If it evaluates to False, the strip will show. (It may be a little easier to think of as a "Hide" condition).

    As an example, the expression below could be used as a visibility condition for a strip showing Monitoring Well details:

    count([AggregateAll.MonitoringInstallationPipeWork.PipeType]) = 0

    In your Strip Set options in your Master Template, you would also need to set the Hide and Expand properties as appropriate for you strips (also covered in recording).

    Jesse

    P.S. Are you opening the User Guide from the Help menu in Template Studio. It opened for me, and can also be accessed from this link.

    Answer Verified By: Mark Kleinman 

Reply
  • Hi Mark,

    Visibility Conditions are covered in this SIG recording (at around 22:15) and also in the Master Templates video on Bentley Learn.

    In summary, you need to enter an expression for the Visibility Condition that evaluates to True or False. If the result is True, the strip will be hidden. If it evaluates to False, the strip will show. (It may be a little easier to think of as a "Hide" condition).

    As an example, the expression below could be used as a visibility condition for a strip showing Monitoring Well details:

    count([AggregateAll.MonitoringInstallationPipeWork.PipeType]) = 0

    In your Strip Set options in your Master Template, you would also need to set the Hide and Expand properties as appropriate for you strips (also covered in recording).

    Jesse

    P.S. Are you opening the User Guide from the Help menu in Template Studio. It opened for me, and can also be accessed from this link.

    Answer Verified By: Mark Kleinman 

Children