Label | Explanation | Data Type |
Input Network Diagram Layer
| The network diagram to which the layout will be applied. | Diagram Layer |
Preserve container layout
(Optional) | Specifies how the algorithm will process containers.
| Boolean |
Reshape Operation
| Specifies how edges will be reshaped.
| String |
Preserve path
(Optional) | Specifies whether vertices along the edges that are going to be squared will be preserved. This parameter can only be used when Reshape Operation is Square edges.
| Boolean |
Offset
Between Edges (Optional) | The spacing that will separate parallel segments of squared edges incident to the same junction. The default is 5 in the units of the diagram's coordinate system. This parameter can only be used when Reshape Operation is Square edges. | Linear Unit |
Break Point Position (Optional) | The maximum distance between each junction to the first or last break point along edges incident to that junction when those edges are squared. The default is 8.66 in the units of the diagram's coordinate system. This parameter can only be used when Reshape Operation is Square edges. | Linear Unit |
Offset
Between Edges (Optional) | The absolute spacing that will separate two edges. The default is 0.5 in the units of the diagram's coordinate system. This parameter can only be used when Reshape Operation is Separate overlapping edges. | Linear Unit |
Angle Threshold
(Optional) | The angle formed by the incident segments over which the vertex related to these segments is reduced. The wider the angle, the fewer number of vertices will be reduced. The default is 160 degrees. This parameter can only be used when Reshape Operation is Reduce vertices by angle. | Double |
Circular Arc Radius
(Optional) | The radius of the circular arc that will be added to the crossing edge locations. The default is 5. | Linear Unit |
Circular Arc Position
(Optional) | Specifies the segment on which a circular arc will be placed.
| String |
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 |