Label | Explanation | Data Type |
Input Network Diagram Layer
| The network diagram to which the layout will be applied. | Diagram Layer |
Junctions Placement
(Optional) | Specifies how the junctions will be moved.
| String |
Spacing values interpreted as absolute units in the diagram coordinate system
(Optional) | Specifies how parameters representing distances will be interpreted.
| Boolean |
Maximum Shift
(Optional) |
The maximum distance the junctions with two connections will be spaced from the junctions to which they connect. The default is 2 in the units of the diagram's coordinate system. At the time this distance is reached, junctions will not be moved during following iterations. This parameter can only be used with the Iterative distance junction placement type and absolute units. | Linear Unit |
Maximum Shift
(Optional) |
The maximum distance the junctions with two connections will be spaced from the junctions to which they connect. The default is 2. At the time this distance is reached, junctions will not be moved during following iterations. This parameter can only be used with the Iterative distance junction placement type and proportional units. | Double |
Minimum Shift
(Optional) |
The minimum distance that will separate each junction with two connected edges from its two edge extremities after the layout execution. The default is 2 in the units of the diagram's coordinate system. When this parameter value is too large, the junctions with two connections are moved so the distances between each moved junction and its edge extremities are equal along the path defined by its two connected edges. This parameter can only be used with the User define distance junction placement type and absolute units. | Linear Unit |
Minimum Shift
(Optional) | The minimum distance that will separate each junction with two connected edges from its two edge extremities after the layout execution. The default is 2. When this parameter value is too large, the junctions with two connections are moved so the distances between each moved junction and its edge extremities are equal along the path defined by its two connected edges. This parameter is used with the User define distance junction placement type and proportional units. | Double |
Number of Iterations
(Optional) | The number of iterations to process. The default is 5. This parameter can only be used with the Iterative distance junction placement type. | Long |
Preserve path
(Optional) | Specifies how vertices along edges will be processed.
| Boolean |
Move leaves
(Optional) | Specifies whether leaf junctions—junctions with one connection—will be moved during the algorithm execution.
| Boolean |
Expand leaves
(Optional) | Specifies whether leaf junctions will be expanded.
| Boolean |
Maximum Expand Shift
(Optional) |
The maximum distance leaf junctions will be expanded from the junctions to which they connect. The default is 2 in the units of the diagram's coordinate system unless the specified input network diagram is based on a template for which the Linear Dispatch Layout algorithm has been configured with another parameter value. At the time this distance is reached, leaf junctions will not be moved during following iterations. This parameter can only be used with the Expand leaves parameter and absolute units. | Linear Unit |
Maximum Expand Shift
(Optional) |
The maximum distance the leaf junctions will be expanded from the junctions to which they connect. The default is 2 unless the specified input network diagram is based on a template for which the Linear Dispatch Layout algorithm has been configured with another parameter value. At the time this distance is reached, leaf junctions will not be moved during following iterations. This parameter can only be used with the Expand leaves parameter and proportional units. | Double |
Run in asynchronous mode on the server
(Optional) | Specifies whether the layout algorithm will run asynchronously or synchronously on the server.
| Boolean |
Derived Output
Label | Explanation | Data Type |
Output Network Diagram | The updated network diagram layer. | Diagram Layer |