Net Line: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 15: | Line 15: | ||
===Net Type=== | ===Net Type=== | ||
The [[ | The [[Net Type]] this net line belongs to. Each net line can only belong to one type of network. | ||
===Attributes=== | ===Attributes=== | ||
| Line 24: | Line 24: | ||
'''DIAMETER_M''': The diameter of the net line. This can be used in calculations and also affects the width of the net line as visible in the [[3D Visualization]]. | '''DIAMETER_M''': The diameter of the net line. This can be used in calculations and also affects the width of the net line as visible in the [[3D Visualization]]. | ||
'''FLOW''': | '''FLOW''': Flow indicates the amount of resource transported through the line. Direction is implicit (positive values) for tree graphs, while signs indicate direction in complex networks. By default, the attribute name FLOW is preferred. The specific attribute name used for this is defined as part of the [[Net_Setting|settings of the net type]]. Depending on the [[Net_Setting#Calculation_Model|calculation model]] for networks, this attribute is used in resource flow calculations. | ||
'''PRICE_M''': The price per meter. Can be used to calculate the costs of the net lines. | '''PRICE_M''': The price per meter. Can be used to calculate the costs of the net lines. | ||
'''VISUALIZATION_DIAMETER_M''': The diameter of the net line. Similar to | '''VISUALIZATION_DIAMETER_M''': The diameter of the net line. Similar to DIAMETER_M, this attribute affects the visualized width of the net line in the [[3D Visualization]], but is not intended to be used in calculations. | ||
Latest revision as of 13:58, 8 July 2026

In the Tygron Platform, net lines and net nodes, along with Net Loads, form distribution networks. They are defined by 2 Net Nodes, a starting node and an end node, and a Net Function. The collection of net lines and net nodes between two arbitrary net nodes is called a path.
Properties of net lines
Net lines have a number of properties, mostly related to visualization. They also allow for the definitions of arbitrary attributes.
Name
The name of the net line is generally not visible to the end user, but can be used to keep track of specific net lines while editing, or could be called up using TQL to display more information to an end user.
Length
The length of the net line is a property resulting from where the net line starts and ends. This property cannot be edited directly, but is calculated based on its coordinates. This calculation only takes flat distance into account. Terrain height is not taken into account.
Net Function
Each net line has a reference to a Net Function. The net function's attributes, such as its color or visualization diameter, are inherited by their net lines. This allows a single set of properties to be applied to all lines in the network.
Net Type
The Net Type this net line belongs to. Each net line can only belong to one type of network.
Attributes
Net lines can have any number of arbitrary attributes. A few attribute names are reserved and have a special function. Generally these are defined in their Net Function, but can be overridden by the Net Line.
COLOR: The color of the net line used in the visualization of the network.
DIAMETER_M: The diameter of the net line. This can be used in calculations and also affects the width of the net line as visible in the 3D Visualization.
FLOW: Flow indicates the amount of resource transported through the line. Direction is implicit (positive values) for tree graphs, while signs indicate direction in complex networks. By default, the attribute name FLOW is preferred. The specific attribute name used for this is defined as part of the settings of the net type. Depending on the calculation model for networks, this attribute is used in resource flow calculations.
PRICE_M: The price per meter. Can be used to calculate the costs of the net lines.
VISUALIZATION_DIAMETER_M: The diameter of the net line. Similar to DIAMETER_M, this attribute affects the visualized width of the net line in the 3D Visualization, but is not intended to be used in calculations.
Notes
- Net Line is a Sourced Item, which means it records which Sources created it and which Sources changed any of its properties.