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 |
Spacing values interpreted as absolute units in the diagram coordinate system
(Optional) | Specifies how parameters representing distances will be interpreted.
| Boolean |
Initial Radius
(Optional) | The radius of the first concentric circle whose center is the radial tree root junction—that is, the radius of the circle around which the diagram junctions belonging to the first hierarchical level are placed. The default is 5 in the units of the diagram's coordinate system. This parameter can only be used with absolute units. | Linear Unit |
Initial Radius
(Optional) | The radius of the first concentric circle whose center is the radial tree root junction—that is, the radius of the circle around which the diagram junctions belonging to the first hierarchical level are placed. The default is 5. This parameter can only be used with proportional units. | Double |
Between Disjoined Graphs
(Optional) | The minimum spacing that will separate features belonging to disjoined graphs when the diagram contains such graphs. This parameter is used with absolute units. The default is 4 in the units of the diagram's coordinate system. | Linear Unit |
Between Disjoined Graphs
(Optional) | The minimum spacing that will separate features belonging to disjoined graphs when the diagram contains such graphs. This parameter is used with proportional units. The default is 4. | Double |
Radius Factor
(Optional) | The multiplicative factor used to increase or decrease the radius of each concentric circle. It is also the distance that separates each concentric circle related to a hierarchical level. When using a radius factor less than 1, the distance that separates the diagram junctions belonging to the (n) hierarchical level and the (n+1) hierarchical level progressively decreases. With a factor greater than 1, the distance between the hierarchical levels increases progressively. The default is 1. | 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 |