How to find the Object flow output attribute related to a specific Overlay: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
In a project with multiple [[Water Overlay]]s, any [[hydraulic structures (Water Overlay)|hydraulic structure]] can have an [[Object flow output (Water Overlay)|OBJECT_FLOW_OUTPUT]] attribute written to it. However, In a project with multiple such Overlays, it is neccesary to relate which of multiple such attributes relate to which specific Overlay.
In a project with multiple [[Water Overlay]]s, any [[hydraulic structures (Water Overlay)|hydraulic structure]] can have an [[Object flow output (Water Overlay)|OBJECT_FLOW_OUTPUT]] attribute written to it. However, In a project with multiple such Overlays, it is neccesary to relate which of multiple such attributes relate to which specific Overlay.


{{howto|title=find the OBJECT_FLOW_OUTPUT related to a specific Overlay
 
 
{{editor location|query tool}}
 
{{howto|title=find the ID of a specific Overlay
| Open the [[Query tool]].
| Open the [[Query tool]].
| Set the statement to "SELECT", "ID".
| Set the statement to "SELECT", "ID".
Line 8: Line 12:
| As option for the clause, select the desired Overlay.
| As option for the clause, select the desired Overlay.
| In the constructed query, take note of the displayed number. That is the ID of the Overlay.
| In the constructed query, take note of the displayed number. That is the ID of the Overlay.
| Select the Construction of which you want to determine the output for that specific Overlay.
}}
 
{{editor location|construction|right-panel=Attributes}}
 
{{howto|title=find the OBJECT_FLOW_OUTPUT related to a specific Overlay with a known ID
| Select the Construction of which you want to determine the output for a specific Overlay.
| View its Attributes, and find the attributes named "OBJECT_FLOW_OUTPUT", appended with a number.
| View its Attributes, and find the attributes named "OBJECT_FLOW_OUTPUT", appended with a number.
| Find the attribute named "OBJECT_FLOW_OUTPUT", appended with the Overlay ID you found earlier.
| Find the attribute named "OBJECT_FLOW_OUTPUT", appended with the ID of the Overlay you are interested in.
| That is the attribute with, per timeframe, the amount of flow through that Construction for the desired Overlay.
| That is the attribute with, per timeframe, the amount of flow through that Construction for the desired Overlay.
}}
}}

Revision as of 09:29, 15 April 2020

In a project with multiple Water Overlays, any hydraulic structure can have an OBJECT_FLOW_OUTPUT attribute written to it. However, In a project with multiple such Overlays, it is neccesary to relate which of multiple such attributes relate to which specific Overlay.


Editor → Current Situation (Ribbon tab) → Queries (Ribbon bar)
How to find the ID of a specific Overlay:
  1. Open the Query tool.
  2. Set the statement to "SELECT", "ID".
  3. Add a clause.
  4. Set the clause to "OVERLAY".
  5. As option for the clause, select the desired Overlay.
  6. In the constructed query, take note of the displayed number. That is the ID of the Overlay.
Editor → Current Situation (Ribbon tab) → Buildings (Ribbon bar) → The Building to edit (Left panel) → Attributes (Right panel)
How to find the OBJECT_FLOW_OUTPUT related to a specific Overlay with a known ID:
  1. Select the Construction of which you want to determine the output for a specific Overlay.
  2. View its Attributes, and find the attributes named "OBJECT_FLOW_OUTPUT", appended with a number.
  3. Find the attribute named "OBJECT_FLOW_OUTPUT", appended with the ID of the Overlay you are interested in.
  4. That is the attribute with, per timeframe, the amount of flow through that Construction for the desired Overlay.